mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 04:40:05 +08:00
7 lines
285 B
Bash
7 lines
285 B
Bash
|
if (( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
|
||
|
# ^ punctuation.bracket
|
||
|
# ^ punctuation.bracket
|
||
|
# ^ punctuation.bracket
|
||
|
exit 1
|
||
|
fi
|