mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
1a3d6252b9
Co-authored-by: Mehdi Katranji <hello@mek.yt>
21 lines
375 B
Scheme
21 lines
375 B
Scheme
(unit) @local.scope
|
|
|
|
(function_declaration) @local.scope
|
|
|
|
(global_binding
|
|
(identifier) @local.definition)
|
|
(constant_binding
|
|
(identifier) @local.definition)
|
|
(type_bindings
|
|
(identifier) @local.definition)
|
|
|
|
(function_declaration
|
|
(prototype
|
|
(parameter_list
|
|
(parameters
|
|
(parameter
|
|
(name) @local.definition)))))
|
|
|
|
(identifier) @local.reference
|
|
|