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