highlights(javascript): "?." -> optional_chain

This commit is contained in:
GitHub 2022-08-19 06:49:31 +00:00 committed by Christian Clason
parent 2bb9bb7386
commit 9dd1065ebe
4 changed files with 7 additions and 3 deletions

View file

@ -122,7 +122,6 @@
";" @punctuation.delimiter
"." @punctuation.delimiter
"," @punctuation.delimiter
"?." @punctuation.delimiter
(pair ":" @punctuation.delimiter)