summaryrefslogtreecommitdiff
path: root/queries/bash
diff options
context:
space:
mode:
Diffstat (limited to 'queries/bash')
-rw-r--r--queries/bash/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm
index 80dbf45d..659319fb 100644
--- a/queries/bash/highlights.scm
+++ b/queries/bash/highlights.scm
@@ -72,7 +72,7 @@
(#vim-match? @number "^\d*$"))
(comment) @comment
-(test_operator) @string.
+(test_operator) @string
(command_substitution
[ "$(" ")" ] @punctuation.bracket)