mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(bash): highlight "((" "))"
This commit is contained in:
parent
6407d54092
commit
28cc92a2f6
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
[
|
||||
"("
|
||||
")"
|
||||
"(("
|
||||
"))"
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
|
|
|
|||
6
tests/query/highlights/bash/double-parens.sh
Normal file
6
tests/query/highlights/bash/double-parens.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if (( $(tree-sitter parse test/Petalisp/**/*.lisp -q | wc -l) > 2 )); then
|
||||
# ^ punctuation.bracket
|
||||
# ^ punctuation.bracket
|
||||
# ^ punctuation.bracket
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue