Improve wren support (#7819)

This commit is contained in:
Jummit 2023-08-04 15:25:36 +01:00 committed by GitHub
parent 5a51036bc1
commit f19793c2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 65 additions and 6 deletions

View file

@ -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