Skip to content

Commit

Permalink
Add TS query for heredoc redirection in Bash (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinell committed Nov 4, 2023
1 parent 6dbe108 commit 44640e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions after/queries/bash/matchup.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44640e0

Please sign in to comment.