Skip to content

Commit 9e80c34

Browse files
committed
removing new line from .tmTheme file
1 parent d40d4d5 commit 9e80c34

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Angular.io inspired Color Theme.",
55
"version": "0.0.1",
66
"publisher": "NoHomey",
7+
"repository": "https://github.com/Angular-io-Code/Angular-io-Code-VSCode",
78
"engines": {
89
"vscode": "^1.0.0"
910
},

themes/Angular-io-Code.tmTheme

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,7 @@
917917
<key>name</key>
918918
<string>Decorators</string>
919919
<key>scope</key>
920-
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js,
921-
tag.decorator.ts entity.name.tag.ts, tag.decorator.ts punctuation.definition.tag.ts</string>
920+
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js, tag.decorator.ts entity.name.tag.ts, tag.decorator.ts punctuation.definition.tag.ts</string>
922921
<key>settings</key>
923922
<dict>
924923
<key>foreground</key>
@@ -929,15 +928,7 @@ tag.decorator.ts entity.name.tag.ts, tag.decorator.ts punctuation.definition.tag
929928
<key>name</key>
930929
<string>Type</string>
931930
<key>scope</key>
932-
<string>meta.return.type,
933-
meta.return-type,
934-
meta.cast,
935-
meta.type.annotation,
936-
support.type,
937-
entity.name.class,
938-
entity.name.type,
939-
storage.type.cs,
940-
storage.type.java</string>
931+
<string>meta.return.type, meta.return-type, meta.cast, meta.type.annotation, support.type, entity.name.class, entity.name.type, storage.type.cs, storage.type.java</string>
941932
<key>settings</key>
942933
<dict>
943934
<key>foreground</key>

0 commit comments

Comments
 (0)