We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8000 commit 0159875Copy full SHA for 0159875
package.json
@@ -2,7 +2,7 @@
2
"name": "theme-blueprint",
3
"displayName": "Blueprint",
4
"description": "Palantir Blueprint syntax theme for VS Code",
5
- "version": "1.0.1",
+ "version": "1.1.0",
6
"publisher": "giladgray",
7
"engines": {
8
"vscode": "^1.19.0"
themes/Blueprint-color-theme.json
@@ -92,8 +92,7 @@
92
"tokenColors": [
93
{
94
"scope": [
95
- "punctuation.definition",
96
- "punctuation.section",
+ "punctuation",
97
"meta.brace",
98
"tag.assignment",
99
"markup.heading.name"
0 commit comments