summaryrefslogtreecommitdiff
path: root/context/data/scite/lexers/themes
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-11-24 17:20:15 +0200
committerMarius <mariausol@gmail.com>2011-11-24 17:20:15 +0200
commitb0b3f63745dbcd338e4ce549c2f8c4427998ffcf (patch)
tree9bf20816667adef0f781f7a6cfccd8e61f1a7a7b /context/data/scite/lexers/themes
parentae4e7c1b2b58b4b089b5eff6e8f41371a309a538 (diff)
downloadcontext-b0b3f63745dbcd338e4ce549c2f8c4427998ffcf.tar.gz
beta 2011.11.24 15:52
Diffstat (limited to 'context/data/scite/lexers/themes')
-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 f8554971d..ce959e721 100644
--- a/context/data/scite/lexers/themes/scite-context-theme.lua
+++ b/context/data/scite/lexers/themes/scite-context-theme.lua
@@ -71,6 +71,7 @@ style_string = style { fore = colors.magenta }
style_keyword = style { fore = colors.blue, bold = true }
style_char = style { fore = colors.magenta }
+style_reserved = style { fore = colors.magenta, bold = true }
style_class = style { fore = colors.black, bold = true }
style_constant = style { fore = colors.cyan, bold = true }
style_definition = style { fore = colors.black, bold = true }
@@ -104,6 +105,7 @@ lexer.context.styles = {
["comment"] = style_comment,
["keyword"] = style_keyword,
["string"] = style_string,
+ ["reserved"] = style_reserved,
["command"] = style { fore = colors.green, bold = true },
["preamble"] = style_comment,