diff options
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. |