mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Fix heredoc and add ansi_c_string highlights in bash queries (#11118)
This commit is contained in:
parent
348c0ebeb4
commit
71df2428ee
@ -1,10 +1,15 @@
|
|||||||
[
|
[
|
||||||
(string)
|
(string)
|
||||||
(raw_string)
|
(raw_string)
|
||||||
|
(ansi_c_string)
|
||||||
(heredoc_body)
|
(heredoc_body)
|
||||||
(heredoc_start)
|
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
|
[
|
||||||
|
(heredoc_start)
|
||||||
|
(heredoc_end)
|
||||||
|
] @label
|
||||||
|
|
||||||
(command_name) @function
|
(command_name) @function
|
||||||
|
|
||||||
(variable_name) @variable.other.member
|
(variable_name) @variable.other.member
|
||||||
|
Loading…
Reference in New Issue
Block a user