Skip to content

Commit

Permalink
v0.3.5 fix Type Annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Nov 21, 2016
1 parent 7006beb commit e449b87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "theme-lei",
"displayName": "Lei Theme",
"description": "Lei Theme for Visual Studio Code",
"version": "0.3.4",
"version": "0.3.5",
"publisher": "leizongmin",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-dark-blue.tmTheme
Expand Up @@ -321,7 +321,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive</string>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive,meta.cast</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-dark.tmTheme
Expand Up @@ -321,7 +321,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive</string>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive,meta.cast</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-light-yellow.tmTheme
Expand Up @@ -323,7 +323,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive</string>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive,meta.cast</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-light.tmTheme
Expand Up @@ -323,7 +323,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive</string>
<string>support.type.declaration,entity.name.annotation,punctuation.annotation,support.type.annotation,function.return.type,operator.annotation.parameters,punctuation.typeparameters,meta.type.parameters.primitive,meta.cast</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit e449b87

Please sign in to comment.