feat(bash) Highlight concatenated words as strings

This commit is contained in:
Miles Frain 2023-11-22 15:12:34 -08:00 committed by Christian Clason
parent 10903b13d8
commit 2c1eb02e92

View file

@ -66,6 +66,13 @@
(command
argument: "$" @string) ; bare dollar
(concatenation
[
(simple_expansion)
(expansion)
]
(word) @string)
[
"if"
"then"