Styles for Comments
This commit is contained in:
parent
f88fecd6e4
commit
74659e877c
@ -432,6 +432,106 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
|
<!-- ___ Rule 22: Line Comment _______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Line Comment</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>comment.line.double-slash.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#6C7A89</string>
|
||||||
|
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 23: Block Comment ______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Block Comment</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>comment.block.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#6C7A89</string>
|
||||||
|
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 24: Documentation ______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Documentation</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>comment.block.documentation.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#8C9AA7</string>
|
||||||
|
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 25: Empty Block _______________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Empty Block</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>comment.block.empty.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#8C9AA7</string>
|
||||||
|
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ___ Rule 26: Comment Delimiters _________________________ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Comment Delimiters</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>
|
||||||
|
punctuation.definition.comment.begin.json,
|
||||||
|
punctuation.definition.comment.end.json,
|
||||||
|
punctuation.definition.comment.json
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#59636D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user