crates/languages/src/tsx/highlights.scm 🔗
@@ -181,6 +181,7 @@
"import"
"in"
"instanceof"
+ "is"
"let"
"new"
"of"
Albert Marashi created
Release Notes:
- Fixed the `is` and `...` highlights for TypeScript
crates/languages/src/tsx/highlights.scm | 1 +
crates/languages/src/typescript/highlights.scm | 2 ++
2 files changed, 3 insertions(+)
@@ -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"