mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
style(typst): merge @punctuation.bracket clauses
This commit is contained in:
parent
097d6ffd5c
commit
9772dd19a5
1 changed files with 1 additions and 4 deletions
|
|
@ -7,15 +7,12 @@
|
|||
","
|
||||
] @punctuation.delimiter
|
||||
|
||||
; TODO: context blocks for "[" "]"?
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
; TODO: context blocks?
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue