Skip to content

Commit

Permalink
typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Jun 24, 2018
1 parent b16fa99 commit 3e156d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "theme-plastic-ab",
"displayName": "PlasticAB",
"description": "My fork of plasticCodeWrap",
"version": "1.8.2",
"version": "1.8.3",
"publisher": "allenbar",
"engines": {
"vscode": "^1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion themes/PlasticAB-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
},
{
"name": "TypeScript Type Annotations",
"scope": "meta.type.annotation.ts entity.name.type, meta.type.annotation.ts support.type.primitive, meta.type.annotation.ts support.type.builtin, meta.return.type.arrow.ts entity.name.type, meta.return.type.arrow.ts support.type.primitive",
"scope": "meta.type.annotation.ts entity.name.type, meta.type.annotation.ts support.type.primitive, meta.type.annotation.ts support.type.builtin, meta.return.type.arrow.ts entity.name.type, meta.return.type.arrow.ts support.type.primitive, meta.return.type support.type.primitive",
"settings": {
"foreground": "#4DD2FF"
}
Expand Down

0 comments on commit 3e156d5

Please sign in to comment.