mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(comment): highlight more comment tags
This commit is contained in:
parent
48df8efa25
commit
74a7da4e4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue