mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
highlights(ecma): add pair_pattern punctuation.delimiter
This commit is contained in:
parent
8f927a4d50
commit
63d7e456ea
2 changed files with 8 additions and 0 deletions
|
|
@ -138,6 +138,7 @@
|
|||
"," @punctuation.delimiter
|
||||
|
||||
(pair ":" @punctuation.delimiter)
|
||||
(pair_pattern ":" @punctuation.delimiter)
|
||||
|
||||
[
|
||||
"--"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue