fix: Fix punctuation color regression

This commit is contained in:
Mattia Astorino 2019-03-18 21:05:34 +01:00
parent 10192e5708
commit 306d6d7380
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
3 changed files with 3 additions and 2 deletions

View file

@ -96,7 +96,7 @@
} }
}, },
"changelog": { "changelog": {
"lastversion": "2.7.0" "lastversion": "2.8.0"
}, },
"themeVariants": { "themeVariants": {
"Darker": "./themes/Material-Theme-Darker.json", "Darker": "./themes/Material-Theme-Darker.json",

View file

@ -2,7 +2,7 @@
"name": "vsc-material-theme", "name": "vsc-material-theme",
"displayName": "Material Theme", "displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code", "description": "The most epic theme now for Visual Studio Code",
"version": "2.8.0", "version": "2.8.1",
"publisher": "Equinusocio", "publisher": "Equinusocio",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Mattia Astorino [@equinusocio]", "author": "Mattia Astorino [@equinusocio]",

View file

@ -94,6 +94,7 @@
"keyword.control", "keyword.control",
"constant.other.color", "constant.other.color",
"punctuation.definition.tag", "punctuation.definition.tag",
"punctuation",
"punctuation.separator.inheritance.php", "punctuation.separator.inheritance.php",
"punctuation.definition.tag.html", "punctuation.definition.tag.html",
"punctuation.definition.tag.begin.html", "punctuation.definition.tag.begin.html",