mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
feat(ecma): add block query
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
"}" @close.function))
|
||||
] @scope.function
|
||||
|
||||
(statement_block
|
||||
"{" @open.block
|
||||
"}" @close.block) @scope.block
|
||||
|
||||
(return_statement
|
||||
"return" @mid.function.1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user