mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
Mark several invalid queries
This commit is contained in:
parent
e3a863bd1c
commit
6cd211f647
8 changed files with 128 additions and 59 deletions
|
|
@ -23,7 +23,8 @@
|
|||
; Generic identifiers are variables
|
||||
(identifier) @variable
|
||||
; Helpers are functions
|
||||
(helper_identifier) @function
|
||||
;TODO: does not exist
|
||||
;;(helper_identifier) @function
|
||||
|
||||
(comment_statement) @comment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue