typescript: Highlight is predicate keyword & ... spread pattern (#17787)
Release Notes: - Fixed the `is` and `...` highlights for TypeScript
This commit is contained in:
@@ -181,6 +181,7 @@
|
||||
"import"
|
||||
"in"
|
||||
"instanceof"
|
||||
"is"
|
||||
"let"
|
||||
"new"
|
||||
"of"
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"..."
|
||||
"-"
|
||||
"--"
|
||||
"-="
|
||||
@@ -181,6 +182,7 @@
|
||||
"import"
|
||||
"in"
|
||||
"instanceof"
|
||||
"is"
|
||||
"let"
|
||||
"new"
|
||||
"of"
|
||||
|
||||
Reference in New Issue
Block a user