mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
lint(locals): use #set! to keep query linter happy
This commit is contained in:
parent
c9d5812ba3
commit
e58bbe83f9
7 changed files with 35 additions and 35 deletions
|
|
@ -35,9 +35,9 @@
|
|||
;; References
|
||||
(identifier) @reference
|
||||
((field_identifier) @reference
|
||||
(set! reference.kind "field"))
|
||||
(#set! reference.kind "field"))
|
||||
((type_identifier) @reference
|
||||
(set! reference.kind "type"))
|
||||
(#set! reference.kind "type"))
|
||||
|
||||
(goto_statement (statement_identifier) @reference)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue