From 306d6d738008f33b8afea55edd0fd867ec0a357a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 18 Mar 2019 21:05:34 +0100 Subject: [PATCH] fix: Fix punctuation color regression --- defaults.json | 2 +- package.json | 2 +- src/themes/theme-template-color-theme.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.json b/defaults.json index 22e3be7..8350a6b 100644 --- a/defaults.json +++ b/defaults.json @@ -96,7 +96,7 @@ } }, "changelog": { - "lastversion": "2.7.0" + "lastversion": "2.8.0" }, "themeVariants": { "Darker": "./themes/Material-Theme-Darker.json", diff --git a/package.json b/package.json index 4e64f51..a996b50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "2.8.0", + "version": "2.8.1", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index e726792..202bffd 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -94,6 +94,7 @@ "keyword.control", "constant.other.color", "punctuation.definition.tag", + "punctuation", "punctuation.separator.inheritance.php", "punctuation.definition.tag.html", "punctuation.definition.tag.begin.html",