mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
9 lines
176 B
Scheme
9 lines
176 B
Scheme
(function_definition
|
|
(identifier) (_) @function.inside) @function.around
|
|
|
|
(anonymous_function
|
|
(_) @function.inside) @function.around
|
|
|
|
(argument
|
|
(_) @parameter.inside)
|