1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-27 05:58:08 +01:00
helix/runtime/queries/rust/locals.scm

19 lines
237 B
Scheme

; Scopes
[
(function_item)
(closure_expression)
(block)
] @local.scope
; Definitions
(parameter
(identifier) @local.definition)
(closure_parameters (identifier) @local.definition)
; References
(identifier) @local.reference