nvim-treesitter/tests/query/highlights/bash/double-parens.sh

7 lines
292 B
Bash
Raw Normal View History

if $(( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
# ^ @punctuation.special
# ^ @punctuation.special
# ^ @punctuation.bracket
2021-11-27 12:55:59 +01:00
exit 1
fi