mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 05:30:40 +02:00
c96642125f
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
15 lines
302 B
Scheme
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
|