bash: Add highlighting of ANSI c string (#3153)

Fixes zed-industries/community#2169

Release Notes:

- Fixed highlighting of ANSI C strings ($'foo') in "Shell script"
language buffers.
This commit is contained in:
Piotr Osiewicz 2023-10-24 09:15:35 +02:00 committed by GitHub
parent a5836b0337
commit 6c163afb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
(raw_string)
(heredoc_body)
(heredoc_start)
(ansi_c_string)
] @string
(command_name) @function