typescript: Highlight is
predicate keyword & ...
spread pattern (#17787)
Release Notes: - Fixed the `is` and `...` highlights for TypeScript
This commit is contained in:
parent
3613ebd93c
commit
3aeea93847
2 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue