Add scope definition for ansi_c_string in the modern tree-sitter setup.

This is how `tree-sitter-bash` marks `$'...'` strings.
This commit is contained in:
Dan Bornstein 2023-10-18 10:49:34 -07:00
parent 64b14698fa
commit b906f01e0d

View File

@ -68,6 +68,7 @@
(string "\"" @punctuation.definition.string.end.shell
(#is? test.last true))
(raw_string) @string.quoted.single.shell
(ansi_c_string) @string.quoted.single.shell
(string
(command_substitution) @meta.embedded.line.subshell.shell)