diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/bash/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/bash/highlights.scm b/runtime/queries/bash/highlights.scm index 21346ded8f..b4360ce7e1 100644 --- a/runtime/queries/bash/highlights.scm +++ b/runtime/queries/bash/highlights.scm @@ -43,6 +43,7 @@ "<<-" "<<<" ".." + "!" ] @operator ; Do *not* spell check strings since they typically have some sort of @@ -66,6 +67,13 @@ (command argument: "$" @string) ; bare dollar +(concatenation + [ + (simple_expansion) + (expansion) + ] + (word) @string) + [ "if" "then" |