Files
tree-sitter-newt/queries/locals.scm
2026-03-05 22:18:16 -08:00

10 lines
278 B
Scheme

; what is all this, should I push it in?
(sigDecl
(identifier) @local.definition)
; @reference.implementation
; @definition.interface
; @definition.class
; @definition.function
; @defintion.method
; @reference.class -- not sure I can distinguish this from a constructor ref,