mirror of https://github.com/helix-editor/helix
Fix heredoc and add ansi_c_string highlights in bash queries (#11118)
parent
348c0ebeb4
commit
71df2428ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue