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:
parent
a5836b0337
commit
6c163afb84
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
(raw_string)
|
||||
(heredoc_body)
|
||||
(heredoc_start)
|
||||
(ansi_c_string)
|
||||
] @string
|
||||
|
||||
(command_name) @function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue