feat(bash): improve highlights

This commit is contained in:
ObserverOfTime 2023-08-23 13:02:30 +03:00
parent 99eef501a3
commit 1ff7985a74
3 changed files with 50 additions and 38 deletions

View file

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