It is annoying when typing a line, and every space you type is
highlighted red because it is the last character on the line so far.
Signed-off-by: Sebastian LaVine <mail@smlavine.com>
---
syntax/hare.vim | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/syntax/hare.vim b/syntax/hare.vim
index ad8cd3a..9c8c210 100644
--- a/syntax/hare.vim+++ b/syntax/hare.vim
@@ -74,5 +74,9 @@ hi def link harePreProc PreProc
hi def link hareString String
hi def link hareTodo Todo
hi def link hareType Type
+hi def link hareSpaceError Error
+autocmd InsertEnter * hi link hareSpaceError NONE+autocmd InsertLeave * hi link hareSpaceError Error+" vim: tabstop=8 shiftwidth=2 expandtab
--
2.36.1