aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/bash/highlights.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm
index 5f6b00825..58d57d9e5 100644
--- a/queries/bash/highlights.scm
+++ b/queries/bash/highlights.scm
@@ -194,7 +194,10 @@
(#lua-match? @number "^[0-9]+$"))
(file_redirect
- destination: (word) @variable.parameter)
+ (word) @string.special.path)
+
+(herestring_redirect
+ (word) @string)
(file_descriptor) @operator