From 71429c90eeb979c6062ee845e516d28b5e6ce402 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 10 Feb 2024 14:15:43 +0100 Subject: build(deps): bump tree-sitter-bash to v0.20.5 --- runtime/queries/bash/highlights.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime') 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" -- cgit