aboutsummaryrefslogtreecommitdiffstats
path: root/queries/typescript
diff options
context:
space:
mode:
Diffstat (limited to 'queries/typescript')
-rw-r--r--queries/typescript/highlights.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/queries/typescript/highlights.scm b/queries/typescript/highlights.scm
index 5fae21b96..bd13b1cb5 100644
--- a/queries/typescript/highlights.scm
+++ b/queries/typescript/highlights.scm
@@ -7,12 +7,9 @@
[
"declare"
- "enum"
"export"
"implements"
- "interface"
"type"
- "namespace"
"override"
"module"
"asserts"
@@ -22,6 +19,12 @@
] @keyword
[
+ "namespace"
+ "interface"
+ "enum"
+] @keyword.type
+
+[
"keyof"
"satisfies"
] @keyword.operator