feat(ecma): add block query

This commit is contained in:
TheLeoP
2025-06-30 11:48:01 -05:00
parent 1fd5e6db7a
commit 490f64c951

View File

@@ -14,6 +14,10 @@
"}" @close.function))
] @scope.function
(statement_block
"{" @open.block
"}" @close.block) @scope.block
(return_statement
"return" @mid.function.1)