mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
This commit is contained in:
parent
ad2061bab6
commit
e7f60611ac
7 changed files with 109 additions and 203 deletions
|
@ -1,17 +0,0 @@
|
|||
(function_definition
|
||||
(identifier) (_) @function.inside) @function.around
|
||||
|
||||
(anonymous_function
|
||||
(_) @function.inside) @function.around
|
||||
|
||||
(argument
|
||||
(_) @parameter.inside)
|
||||
|
||||
[
|
||||
(comments)
|
||||
(pod_statement)
|
||||
] @comment.inside
|
||||
|
||||
(comments)+ @comment.around
|
||||
|
||||
(pod_statement) @comment.around
|
Loading…
Add table
Add a link
Reference in a new issue