summaryrefslogtreecommitdiff
path: root/context/data/scite/lexers/themes/scite-context-theme.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-05 19:27:22 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-05 19:27:22 +0100
commit573dc6804335e4d9730530f309252e4f1377ce86 (patch)
treec7901e95fb1b8684f7216ea441ee7ddcb483e91b /context/data/scite/lexers/themes/scite-context-theme.lua
parent070ae5b1b840ddffa974b63d6f8c2696665d6781 (diff)
downloadcontext-573dc6804335e4d9730530f309252e4f1377ce86.tar.gz
beta 2011.11.09 19:33
Diffstat (limited to 'context/data/scite/lexers/themes/scite-context-theme.lua')
-rw-r--r--context/data/scite/lexers/themes/scite-context-theme.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/context/data/scite/lexers/themes/scite-context-theme.lua b/context/data/scite/lexers/themes/scite-context-theme.lua
index ed1c5086b..f8554971d 100644
--- a/context/data/scite/lexers/themes/scite-context-theme.lua
+++ b/context/data/scite/lexers/themes/scite-context-theme.lua
@@ -77,6 +77,7 @@ style_definition = style { fore = colors.black, bold = true }
style_okay = style { fore = colors.dark }
style_error = style { fore = colors.red }
style_warning = style { fore = colors.orange }
+style_invisible = style { back = colors.orange }
style_function = style { fore = colors.black, bold = true }
style_operator = style { fore = colors.blue }
style_preproc = style { fore = colors.yellow, bold = true }
@@ -118,6 +119,7 @@ lexer.context.styles = {
["okay"] = style_okay,
["warning"] = style_warning,
+ ["invisible"] = style_invisible,
["error"] = style_error,
}