mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix typo in query
This commit is contained in:
parent
f9bce468a0
commit
c04aa172a3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
(tag (name) @text.note (user)? @constant)
|
||||
|
||||
((tag ((name) @text.warning))
|
||||
(#any-of? @text.warning "TODO" "HACK" "WARNING)$"))
|
||||
(#any-of? @text.warning "TODO" "HACK" "WARNING"))
|
||||
|
||||
("text" @text.warning
|
||||
(#any-of? @text.warning "TODO" "HACK" "WARNING"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue