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

7 lines
288 B
Bash
Raw Normal View History

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