---
@noreturn, @test, @symbol(...), etc.
syntax/hare.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/hare.vim b/syntax/hare.vim
index 786d322..de9490b 100644
--- 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 PreProchi def link hareBoolean Boolean
hi def link hareBuiltin Function
hi def link hareComment Comment
--
2.39.1