Add: todo/fix/note treesitter support #7

This commit is contained in:
2021-10-12 22:56:18 -03:00
parent 396545a11a
commit c1052e548d
3 changed files with 21 additions and 3 deletions

View 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"))