Styles for Structure
This commit is contained in:
parent
9956f91882
commit
f88fecd6e4
@ -335,6 +335,103 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
|
<!-- ___ Rule 16: Object Scope _______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Object Scope</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>meta.mapping.json</string>
|
||||||
|
<!-- Inherit global settings -->
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 17: Object Braces ______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Object Braces</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>
|
||||||
|
punctuation.section.mapping.begin.json,
|
||||||
|
punctuation.section.mapping.end.json
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#7E848D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 18: Array Scope ________________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Array Scope</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>meta.sequence.json</string>
|
||||||
|
<!-- Inherit global settings -->
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 19: Array Brackets _____________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Array Brackets</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>
|
||||||
|
punctuation.section.sequence.begin.json,
|
||||||
|
punctuation.section.sequence.end.json
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#7E848D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 20: Colon ______________________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Colon</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>punctuation.separator.key-value.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#BFC5CE</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 21: Comma ______________________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Comma</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>punctuation.separator.sequence.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#666C75</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user