hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit 9843d3331bc6ca6d224d54e1f59410ca79331b71
parent c88d739c65d6a43d148786599c9d2bec4ed63bbb
Author: Byron Torres <b@torresjrjr.com>
Date:   Fri, 10 Feb 2023 23:24:53 +0000

syntax: hi def link hareAttribute PreProc

Diffstat:
Msyntax/hare.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -99,7 +99,7 @@ syn match hareErrorAssertion "\v(^([^/]|//@!)*\)\_s*)@<=!\=@!" syn match hareQuestionMark "?" " DEFAULT HIGHLIGHTING {{{1 -hi def link hareAttribute Keyword +hi def link hareAttribute PreProc hi def link hareBoolean Boolean hi def link hareBuiltin Function hi def link hareComment Comment