mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
Additonal rules for shell files
This commit is contained in:
parent
45d38d53e7
commit
7808d6db2c
1 changed files with 76 additions and 0 deletions
|
@ -1628,6 +1628,82 @@
|
|||
<string>#BD3800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: DOT_FILES</string>
|
||||
<key>scope</key>
|
||||
<string>source.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#1F74CF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: meta scope in loop</string>
|
||||
<key>scope</key>
|
||||
<string>meta.scope.for-in-loop.shell, variable.other.loop.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#536871</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: ""</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#748B00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: Meta Block</string>
|
||||
<key>scope</key>
|
||||
<string>meta.scope.case-block.shell, meta.scope.case-body.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#536871</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: []</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.logical-expression.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#CD1E1D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Shell: Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment.line.number-sign.shell</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Java: import</string>
|
||||
|
|
Loading…
Reference in a new issue