Fix heredoc and add ansi_c_string highlights in bash queries (#11118)
This commit is contained in:
parent
348c0ebeb4
commit
71df2428ee
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue