Fix heredoc and add ansi_c_string highlights in bash queries (#11118)

pull/11121/head
David Else 3 months ago committed by GitHub
parent 348c0ebeb4
commit 71df2428ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save