~sircmpwn/hare-dev

syntax: hi def link hareAttribute PreProc v1 APPLIED

Byron Torres: 1
 syntax: hi def link hareAttribute PreProc

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/hare-dev/patches/38890/mbox | git am -3
Learn more about email & git

[PATCH] syntax: hi def link hareAttribute PreProc Export this patch

---

@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
Thanks!

To git@git.sr.ht:~sircmpwn/hare.vim
   c88d739..9843d33  master -> master