mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -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
|
(name) @text.note @nospell
|
||||||
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
|
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
|
||||||
":" @punctuation.delimiter)
|
":" @punctuation.delimiter)
|
||||||
(#any-of? @text.note "NOTE" "XXX" "INFO"))
|
(#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST"))
|
||||||
|
|
||||||
("text" @text.note @nospell
|
("text" @text.note @nospell
|
||||||
(#any-of? @text.note "NOTE" "XXX" "INFO"))
|
(#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST"))
|
||||||
|
|
||||||
((tag
|
((tag
|
||||||
(name) @text.warning @nospell
|
(name) @text.warning @nospell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue