mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-26 14:50:04 +08:00
7 lines
285 B
Bash
Vendored
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
|