aboutsummaryrefslogtreecommitdiff
path: root/lua/vis.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/vis.lua')
-rw-r--r--lua/vis.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/vis.lua b/lua/vis.lua
index 9ac41b0..42c536b 100644
--- a/lua/vis.lua
+++ b/lua/vis.lua
@@ -272,6 +272,7 @@ vis.types.window.set_syntax = function(win, syntax)
win:style_define(win.STYLE_SEPARATOR, lexers.STYLE_SEPARATOR or '')
win:style_define(win.STYLE_INFO, lexers.STYLE_INFO or '')
win:style_define(win.STYLE_EOF, lexers.STYLE_EOF or '')
+ win:style_define(win.STYLE_WHITESPACE, lexers.STYLE_WHITESPACE or '')
if syntax == nil or syntax == 'off' then
win.syntax = nil