1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/crystal/locals.scm
Margret Riegert c96642125f
Update Crystal tree sitter and add support for ameba-ls (#13805)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-21 12:02:16 -05:00

15 lines
302 B
Scheme

((method_def) @local.scope
(#set! local.scope-inherits false))
((fun_def) @local.scope
(#set! local.scope-inherits false))
(block) @local.scope
(param
name: (identifier) @local.definition.variable.parameter)
(assign
lhs: (identifier) @local.definition.variable)
(identifier) @local.reference