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",