mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add TS query for heredoc redirection in Bash (#326)
This commit is contained in:
@@ -27,3 +27,7 @@
|
||||
"case" @open.case
|
||||
(case_item) @mid.case.1
|
||||
"esac" @close.case) @scope.case
|
||||
|
||||
(heredoc_redirect
|
||||
(heredoc_start) @open.rhrd
|
||||
(heredoc_end ) @close.rhrd) @scope.rhrd
|
||||
|
||||
Reference in New Issue
Block a user