Styles for Invalid JSON

This commit is contained in:
Candifloss 2026-07-23 14:28:05 +05:30
parent 74659e877c
commit 595401ec47

View File

@ -532,6 +532,97 @@
</dict>
</dict>
<!-- ___ Rule 27: Expected Key _______________________________ -->
<dict>
<key>name</key>
<string>Expected Key</string>
<key>scope</key>
<string>invalid.illegal.expected-mapping-key.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#D7263D</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<!-- ___ Rule 28: Expected Value _____________________________ -->
<dict>
<key>name</key>
<string>Expected Value</string>
<key>scope</key>
<string>invalid.illegal.expected-mapping-value.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#D7263D</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<!-- ___ Rule 29: Expected Separator _________________________ -->
<dict>
<key>name</key>
<string>Expected Separator</string>
<key>scope</key>
<string>invalid.illegal.expected-mapping-separator.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#D7263D</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<!-- ___ Rule 30: Expected Sequence Separator ________________ -->
<dict>
<key>name</key>
<string>Expected Sequence Separator</string>
<key>scope</key>
<string>invalid.illegal.expected-sequence-separator.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#D7263D</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
</array>
</dict>