typescript: Highlight is predicate keyword & ... spread pattern (#17787)

Release Notes:

- Fixed the `is` and `...` highlights for TypeScript
This commit is contained in:
Albert Marashi
2024-09-13 08:11:27 -04:00
committed by GitHub
parent 3613ebd93c
commit 3aeea93847
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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"