From 4aa61ff1948f92fff1ca2f78a7b980ab3f2f0fd9 Mon Sep 17 00:00:00 2001 From: Kristi Date: Tue, 23 Mar 2021 20:32:07 -0400 Subject: [PATCH] Italicize return keyword in more languages --- 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 028746d..f1be678 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -350,6 +350,7 @@ "comment", "meta.var.expr storage.type", "keyword.control.flow", + "keyword.control.return", "meta.directive.vue punctuation.separator.key-value.html", "meta.directive.vue entity.other.attribute-name.html", "tag.decorator.js entity.name.tag.js", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 515c6fd..d827aa9 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -368,6 +368,7 @@ "comment", "meta.var.expr storage.type", "keyword.control.flow", + "keyword.control.return", "meta.directive.vue punctuation.separator.key-value.html", "meta.directive.vue entity.other.attribute-name.html", "tag.decorator.js entity.name.tag.js", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index fa8e8f4..a144a40 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -349,6 +349,7 @@ "comment", "meta.var.expr storage.type", "keyword.control.flow", + "keyword.control.return", "meta.directive.vue punctuation.separator.key-value.html", "meta.directive.vue entity.other.attribute-name.html", "tag.decorator.js entity.name.tag.js",