helix/runtime/queries/dart/locals.scm
2025-03-27 10:50:04 -04:00

20 lines
238 B
Scheme

; Scopes
;-------
[
(block)
(try_statement)
(catch_clause)
(finally_clause)
] @local.scope
; Definitions
;------------
(class_definition
body: (_) @local.definition.type)
; References
;------------
(identifier) @local.reference