mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
5 lines
200 B
Scheme
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"))
|