tree-sitter-zanscript/queries/locals.scm
2024-09-26 09:46:16 -05:00

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"))