Skip to content

Commit daefe04

Browse files
author
Gilad Gray
committed
0.5.1
1 parent c987748 commit daefe04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "theme-blueprint",
33
"displayName": "Blueprint",
44
"description": "Palantir Blueprint syntax theme for VS Code",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "giladgray",
77
"engines": {
88
"vscode": "^1.9.0"

themes/Blueprint.tmTheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</dict>
8989
<dict>
9090
<key>scope</key>
91-
<string>entity.name.function, support.function, entity.other.attribute-name.class.mixin, meta.decorator, meta.decorator variable, meta.link.inline</string>
91+
<string>entity.name.function, support.function, entity.other.attribute-name.class.mixin, meta.decorator, meta.decorator variable, meta.link.inline, meta.function-call.generic</string>
9292
<key>settings</key>
9393
<dict>
9494
<key>foreground</key>
@@ -106,7 +106,7 @@
106106
</dict>
107107
<dict>
108108
<key>scope</key>
109-
<string>variable.language, support.class, support.module, support.type, support.variable, constant.character, constant.other, support.constant</string>
109+
<string>variable.language, variable.legacy.builtin, support.class, support.module, support.type, support.variable, constant.character, constant.other, support.constant</string>
110110
<key>settings</key>
111111
<dict>
112112
<key>foreground</key>

0 commit comments

Comments
 (0)