mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
parent
7141393f12
commit
a5728b36e4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
(array (string) @string)
|
(array (string) @string)
|
||||||
(string_content (escape_sequence) @string.escape)
|
(string_content (escape_sequence) @string.escape)
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
"," @punctuation.delimiter
|
["," ":"] @punctuation.delimiter
|
||||||
"[" @punctuation.bracket
|
"[" @punctuation.bracket
|
||||||
"]" @punctuation.bracket
|
"]" @punctuation.bracket
|
||||||
"{" @punctuation.bracket
|
"{" @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue