mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
8 lines
176 B
Scheme
8 lines
176 B
Scheme
(function_definition
|
|
(identifier) (_) @function.inside) @function.around
|
|
|
|
(anonymous_function
|
|
(_) @function.inside) @function.around
|
|
|
|
(argument
|
|
(_) @parameter.inside)
|