aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/bash/double-parens.sh
blob: 7f92097131b96d29881dec12207df2d0d8ed84f9 (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