From 99f8bea793f150499a1a7e86e6ca4f01d92ee4f9 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sun, 10 Apr 2022 12:47:03 -0400 Subject: [PATCH] Update comment doc color --- themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-light-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 3 files changed, 3 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 13d0815..f3ba37c 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -422,6 +422,7 @@ { "name": "Comment Doc", "scope": [ + "keyword.operator.assignment.jsdoc", "comment.block.documentation variable", "comment.block.documentation storage", "comment.block.documentation keyword", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 687ca9a..3fef452 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -443,6 +443,7 @@ { "name": "Comment Doc", "scope": [ + "keyword.operator.assignment.jsdoc", "comment.block.documentation variable", "comment.block.documentation storage", "comment.block.documentation keyword", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index af3075a..e826631 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -421,6 +421,7 @@ { "name": "Comment Doc", "scope": [ + "keyword.operator.assignment.jsdoc", "comment.block.documentation variable", "comment.block.documentation storage", "comment.block.documentation keyword",