feat(comment): highlight more comment tags

This commit is contained in:
pseudometa 2023-07-25 15:03:54 +02:00 committed by GitHub
parent 48df8efa25
commit 74a7da4e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@
(name) @text.note @nospell
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
":" @punctuation.delimiter)
(#any-of? @text.note "NOTE" "XXX" "INFO"))
(#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST"))
("text" @text.note @nospell
(#any-of? @text.note "NOTE" "XXX" "INFO"))
(#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST"))
((tag
(name) @text.warning @nospell