aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/javascript/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/javascript/highlights.scm')
-rw-r--r--runtime/queries/javascript/highlights.scm19
1 files changed, 13 insertions, 6 deletions
diff --git a/runtime/queries/javascript/highlights.scm b/runtime/queries/javascript/highlights.scm
index 2616dffa..9a759081 100644
--- a/runtime/queries/javascript/highlights.scm
+++ b/runtime/queries/javascript/highlights.scm
@@ -163,19 +163,14 @@
[
"as"
"async"
- "class"
- "const"
"debugger"
"delete"
- "export"
"extends"
"from"
"function"
"get"
- "import"
"in"
"instanceof"
- "let"
"new"
"of"
"set"
@@ -183,12 +178,18 @@
"target"
"try"
"typeof"
- "var"
"void"
"with"
] @keyword
[
+ "class"
+ "let"
+ "const"
+ "var"
+] @keyword.storage.type
+
+[
"switch"
"case"
"default"
@@ -206,3 +207,9 @@
"do"
"await"
] @keyword.control
+
+[
+ "import"
+ "export"
+] @keyword.control.import
+