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 21:41:27 +09:30 committed by GitHub
parent 3613ebd93c
commit 3aeea93847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -181,6 +181,7 @@
"import" "import"
"in" "in"
"instanceof" "instanceof"
"is"
"let" "let"
"new" "new"
"of" "of"

View file

@ -100,6 +100,7 @@
] @punctuation.delimiter ] @punctuation.delimiter
[ [
"..."
"-" "-"
"--" "--"
"-=" "-="
@ -181,6 +182,7 @@
"import" "import"
"in" "in"
"instanceof" "instanceof"
"is"
"let" "let"
"new" "new"
"of" "of"