mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
Improve wren support (#7819)
This commit is contained in:
parent
5a51036bc1
commit
f19793c2f8
7 changed files with 65 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
|||
(class_definition
|
||||
(class_body) @class.inside) @class.around
|
||||
|
||||
(call_expression
|
||||
(call_body
|
||||
(_) @function.inside) @function.around)
|
||||
|
||||
(method_definition
|
||||
body: (_) @function.inside) @function.around
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue