From 7808d6db2cdd7477daea87e470b91cb7da1c3f4b Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sat, 16 Apr 2011 14:44:02 +0100 Subject: [PATCH] Additonal rules for shell files --- Solarized (light).tmTheme | 76 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index f47d21d..caf566c 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -1628,6 +1628,82 @@ #BD3800 + + name + Shell: DOT_FILES + scope + source.shell + settings + + fontStyle + + foreground + #1F74CF + + + + name + Shell: meta scope in loop + scope + meta.scope.for-in-loop.shell, variable.other.loop.shell + settings + + fontStyle + + foreground + #536871 + + + + name + Shell: "" + scope + punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell + settings + + fontStyle + + foreground + #748B00 + + + + name + Shell: Meta Block + scope + meta.scope.case-block.shell, meta.scope.case-body.shell + settings + + fontStyle + + foreground + #536871 + + + + name + Shell: [] + scope + punctuation.definition.logical-expression.shell + settings + + fontStyle + + foreground + #CD1E1D + + + + name + Shell: Comment + scope + comment.line.number-sign.shell + settings + + fontStyle + italic + + name Java: import