aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/bash/double-parens.sh
blob: 8d841d170d9b9309511bc34e68a5dac669778e8a (plain) (blame)
1
2
3
4
5
6
if (( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
#  ^ @punctuation.special
#                                                                  ^ @punctuation.special
#                                                           ^ @punctuation.bracket
   exit 1 
fi