aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/query/highlights/bash/double-parens.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/bash/double-parens.sh b/tests/query/highlights/bash/double-parens.sh
index 7ba35873e..1f7aee4e4 100644
--- a/tests/query/highlights/bash/double-parens.sh
+++ b/tests/query/highlights/bash/double-parens.sh
@@ -1,6 +1,6 @@
if (( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
-# ^ punctuation.bracket
-# ^ punctuation.bracket
+# ^ punctuation.special
+# ^ punctuation.special
# ^ punctuation.bracket
exit 1
fi