mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(css): highlight square brackets
This commit is contained in:
parent
3ef8d25df2
commit
466da58e5b
1 changed files with 2 additions and 0 deletions
|
|
@ -102,4 +102,6 @@
|
||||||
")"
|
")"
|
||||||
"("
|
"("
|
||||||
"}"
|
"}"
|
||||||
|
"["
|
||||||
|
"]"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue