Additonal rules for shell files

This commit is contained in:
deplorableword 2011-04-16 14:44:02 +01:00
parent 45d38d53e7
commit 7808d6db2c

View file

@ -1628,6 +1628,82 @@
<string>#BD3800</string> <string>#BD3800</string>
</dict> </dict>
</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> <dict>
<key>name</key> <key>name</key>
<string>Java: import</string> <string>Java: import</string>