~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] syntax: hi def link hareAttribute PreProc

Details
Message ID
<20230210232453.29671-1-b@torresjrjr.com>
DKIM signature
pass
Download raw message
Patch: +1 -1
---

@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 PreProc
hi def link hareBoolean Boolean
hi def link hareBuiltin Function
hi def link hareComment Comment
-- 
2.39.1
Details
Message ID
<CR7OSG8GXPVX.2BHD51W52NO2@taiga>
In-Reply-To
<20230210232453.29671-1-b@torresjrjr.com> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/hare.vim
   c88d739..9843d33  master -> master
Reply to thread Export thread (mbox)