mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
highlights(javascript): "?." -> optional_chain
This commit is contained in:
parent
2bb9bb7386
commit
9dd1065ebe
4 changed files with 7 additions and 3 deletions
|
|
@ -122,7 +122,6 @@
|
|||
";" @punctuation.delimiter
|
||||
"." @punctuation.delimiter
|
||||
"," @punctuation.delimiter
|
||||
"?." @punctuation.delimiter
|
||||
|
||||
(pair ":" @punctuation.delimiter)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue