1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 08:55:43 +08:00
2022-04-14 12:01:23 +08:00

7 lines
285 B
Bash
Vendored

if (( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
# ^ punctuation.bracket
# ^ punctuation.bracket
# ^ punctuation.bracket
exit 1
fi