mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
chore(vlang): rename set! > #set!
This commit is contained in:
parent
c19d14f395
commit
08092ecc06
1 changed files with 3 additions and 3 deletions
|
|
@ -15,12 +15,12 @@
|
||||||
(type_identifier) @reference
|
(type_identifier) @reference
|
||||||
|
|
||||||
((call_expression function: (identifier) @reference)
|
((call_expression function: (identifier) @reference)
|
||||||
(set! reference.kind "call"))
|
(#set! reference.kind "call"))
|
||||||
|
|
||||||
((call_expression
|
((call_expression
|
||||||
function: (selector_expression
|
function: (selector_expression
|
||||||
field: (identifier) @function))
|
field: (identifier) @definition.function))
|
||||||
(set! reference.kind "call"))
|
(#set! reference.kind "call"))
|
||||||
|
|
||||||
(source_file) @scope
|
(source_file) @scope
|
||||||
(function_declaration) @scope
|
(function_declaration) @scope
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue