lint(locals): use #set! to keep query linter happy

This commit is contained in:
Christian Clason 2023-06-21 09:14:44 +02:00
parent c9d5812ba3
commit e58bbe83f9
7 changed files with 35 additions and 35 deletions

View file

@ -29,7 +29,7 @@
(subroutine_call_expression
command: (identifier)
subroutine: (identifier) @reference)
(set! reference.kind "function")
(#set! reference.kind "function")
)
(macro) @reference