diff options
author | 2009-09-03 23:20:31 -0400 | |
---|---|---|
committer | 2009-09-03 23:20:31 -0400 | |
commit | 95773a42816d4ca7f749ad59c54e80c9f706e6b3 (patch) | |
tree | ff106b2ce3754633f3b27683d2e4b130f80168a4 /themes/scite/lexer.lua | |
parent | 3808def0fb4471ee578815e9304b2d20bb1e5d1d (diff) | |
download | textadept-95773a42816d4ca7f749ad59c54e80c9f706e6b3.tar.gz textadept-95773a42816d4ca7f749ad59c54e80c9f706e6b3.zip |
Added 'style_whitespace' to lexer themes.
Diffstat (limited to 'themes/scite/lexer.lua')
-rw-r--r-- | themes/scite/lexer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 162d47ee..69f2ee75 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -32,6 +32,7 @@ style_preproc = style { fore = colors.yellow } style_tag = style { fore = colors.teal } style_type = style { fore = colors.blue } style_variable = style { fore = colors.black } +style_whitespace = style { } style_identifier = style_nothing -- Default styles. |