Skip to content

Commit 3fa9199

Browse files
author
Jonathan Barket
committed
Removed formatting from Angular2 Template
Removed placeholder styles that were helping me track my selector during testing. 'template' should be formatted like the rest of the decorator attributes.
1 parent a65d0fd commit 3fa9199

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grammars/typescript.cson

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,13 +1383,7 @@
13831383

13841384
'angulartemplate':
13851385
'begin': '\\b(template:\\s*`)'
1386-
'beginCaptures':
1387-
'0':
1388-
'name': 'storage.type.annotation.js'
13891386
'end': '(`)'
1390-
'endCaptures':
1391-
'0':
1392-
'name': 'storage.type.annotation.js'
13931387
'patterns': [
13941388
{ 'include': 'text.html.basic' }
13951389
]

0 commit comments

Comments
 (0)