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

7 lines
285 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-08-23 13:02:30 +03:00
# ^ punctuation.special
# ^ punctuation.special
2021-11-27 12:55:59 +01:00
# ^ punctuation.bracket
exit 1
fi