mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
((call_expression function: (identifier) @reference)
|
||||
(set! reference.kind "call"))
|
||||
(#set! reference.kind "call"))
|
||||
|
||||
((call_expression
|
||||
function: (selector_expression
|
||||
field: (identifier) @function))
|
||||
(set! reference.kind "call"))
|
||||
field: (identifier) @definition.function))
|
||||
(#set! reference.kind "call"))
|
||||
|
||||
(source_file) @scope
|
||||
(function_declaration) @scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue