From 741169b2f8d93e5edf8ea1d40aa58417a74e1c00 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Fri, 13 Oct 2023 10:28:50 -0400 Subject: [PATCH] Specify js for keyword module --- themes/tokyo-night-color-theme.json | 2 +- themes/tokyo-night-light-color-theme.json | 2 +- themes/tokyo-night-storm-color-theme.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index c9ee1b9..1c6ed94 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -634,7 +634,7 @@ { "name": "Import, Export, From, Default", "scope": [ - "keyword.control.module", + "keyword.control.module.js", "keyword.control.import", "keyword.control.export", "keyword.control.from", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d354dd0..191805c 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -654,7 +654,7 @@ { "name": "Import, Export, From, Default", "scope": [ - "keyword.control.module", + "keyword.control.module.js", "keyword.control.import", "keyword.control.export", "keyword.control.from", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 20526ad..e60797b 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -633,7 +633,7 @@ { "name": "Import, Export, From, Default", "scope": [ - "keyword.control.module", + "keyword.control.module.js", "keyword.control.import", "keyword.control.export", "keyword.control.from",