mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add TS vim continue/break
This commit is contained in:
@@ -13,3 +13,5 @@
|
||||
(for_loop
|
||||
"for" @open.for
|
||||
"endfor" @close.for) @scope.for
|
||||
(continue_statement "continue" @mid.for.1)
|
||||
(break_statement "break" @mid.for.2)
|
||||
|
||||
Reference in New Issue
Block a user