~sircmpwn/hare.vim

9843d3331bc6ca6d224d54e1f59410ca79331b71 — Byron Torres 9 months ago c88d739
syntax: hi def link hareAttribute PreProc
1 files changed, 1 insertions(+), 1 deletions(-)

M syntax/hare.vim
M syntax/hare.vim => syntax/hare.vim +1 -1
@@ 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