Add: todo/fix/note treesitter support #7
This commit is contained in:
11
after/queries/comment/highlights.scm
Normal file
11
after/queries/comment/highlights.scm
Normal file
@@ -0,0 +1,11 @@
|
||||
((tag ((name) @text.note))
|
||||
(#any-of? @text.note "TODO"))
|
||||
|
||||
("text" @text.note
|
||||
(#any-of? @text.note "TODO"))
|
||||
|
||||
((tag ((name) @text.danger))
|
||||
(#any-of? @text.danger "FIX"))
|
||||
|
||||
("text" @text.danger
|
||||
(#any-of? @text.danger "FIX"))
|
||||
Reference in New Issue
Block a user