File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 0.4.1
2+ - fix syntax highlighting for object deconstruct & rename syntax
3+ ``` js
4+ // old is now gray like a key, not teal like a variable
5+ const { old: newName } = obj;
6+ ```
7+
18## 0.4.0
29- requires VSCode ` ^1.9.0 ` for new syntax highlighting algorithm
310- darker background color
411
5- ## 0.3.1
12+ ### 0.3.1
613- quick republish to fix screenshot
714
815## 0.3.0
Original file line number Diff line number Diff line change 22 "name" : " theme-blueprint" ,
33 "displayName" : " Blueprint" ,
44 "description" : " Palantir Blueprint syntax theme for VS Code" ,
5- "version" : " 0.4.0 " ,
5+ "version" : " 0.4.1 " ,
66 "publisher" : " giladgray" ,
77 "engines" : {
88 "vscode" : " ^1.9.0"
4343 "url" : " https://github.com/giladgray/vscode-theme-blueprint/issues"
4444 },
4545 "homepage" : " https://github.com/giladgray/vscode-theme-blueprint#readme"
46- }
46+ }
You can’t perform that action at this time.
0 commit comments