JS/TS highlighting improvements (#3219)

This commit is contained in:
Philipp Mildenberger 2022-07-27 20:56:58 +02:00 committed by GitHub
parent 85a5df0391
commit bf74a4652d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 11 deletions

View file

@ -66,6 +66,8 @@
;-----------
(property_identifier) @variable.other.member
(shorthand_property_identifier) @variable.other.member
(shorthand_property_identifier_pattern) @variable.other.member
; Literals
;---------
@ -149,8 +151,11 @@
"&&="
"||="
"??="
"..."
] @operator
(ternary_expression ["?" ":"] @operator)
[
"("
")"