Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 57ef98c

Browse files
committed
remove ref to source.js in value for attributes
It is already included in angular-expression close #43
1 parent 80b8bfb commit 57ef98c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grammars/angularjs.cson

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
'name': 'string.quoted.double.html.angular'
142142
'patterns': [
143143
{ 'include': '#angular-expressions' }
144-
{ 'include': 'source.js' }
145144
]
146145
}
147146
{
@@ -157,7 +156,6 @@
157156
'name': 'string.quoted.single.html.angular'
158157
'patterns': [
159158
{ 'include': '#angular-expressions' }
160-
{ 'include': 'source.js' }
161159
]
162160
}
163161
]

0 commit comments

Comments
 (0)