tree-sitter-zanscript/queries/locals.scm

5 lines
200 B
Scheme

(define find: (match) @local.definition.macro)
(((identifier) @local.reference)
(#set! reference.scope "global"))
(action name: ((identifier) @local.function)
(#set! function.scope "global"))