mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(bash): improve highlights
This commit is contained in:
parent
99eef501a3
commit
1ff7985a74
3 changed files with 50 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue