commit ec10cb502942e761aa46d43146c92e7884eab981
parent 37626420302c85fd99817db4f54d8f44ddd7291e
Author: Eyal Sawady <ecs@d2evs.net>
Date: Fri, 5 Jun 2020 16:44:56 -0400
Fix hareBuiltin, hareKeyword, and hareOperator
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/syntax/hare.vim b/syntax/hare.vim
@@ -60,12 +60,10 @@ hi def link hareKeyword Keyword
hi def link hareNumber Number
hi def link hareNull Constant
hi def link hareOctal Number
-hi def link hareOperator Keyword
+hi def link hareOperator Operator
hi def link harePreProc PreProc
hi def link hareRepeat Repeat
hi def link hareString String
hi def link hareTodo Todo
hi def link hareType Type
-hi def link hareBuiltin Keyword
-
-hi hareKeyword ctermbg=NONE ctermfg=darkcyan
+hi def link hareBuiltin Function