Skip to content

Commit

Permalink
Fix heredoc and add ansi_c_string highlights in bash queries (helix-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else authored and kyruzic committed Sep 27, 2024
1 parent a275c15 commit b98ae8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion runtime/queries/bash/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
(string)
(raw_string)
(ansi_c_string)
(heredoc_body)
(heredoc_start)
] @string

[
(heredoc_start)
(heredoc_end)
] @label

(command_name) @function

(variable_name) @variable.other.member
Expand Down

0 comments on commit b98ae8a

Please sign in to comment.