This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 { ' include' : ' #tag-stuff' }
8585 ]
8686 }
87+ {
88+ ' begin' : ' (?:^\\ s+)?(<)((?i:script))\\ b(?=[^>]*\\ btype\\ s*=\\ s*[\' "]?text/ng-template[\' "]?)(?![^>]*/>)'
89+ ' beginCaptures' :
90+ ' 1' :
91+ ' name' : ' punctuation.definition.tag.html'
92+ ' 2' :
93+ ' name' : ' entity.name.tag.script.html'
94+ ' end' : ' (?<=</(script|SCRIPT))(>)(?:\\ s*\\ n)?'
95+ ' endCaptures' :
96+ ' 2' :
97+ ' name' : ' punctuation.definition.tag.html'
98+ ' contentName' : ' text.embedded.html'
99+ ' patterns' : [
100+ {
101+ ' include' : ' #tag-stuff'
102+ }
103+ {
104+ ' begin' : ' (?<!</(?:script|SCRIPT))(>)'
105+ ' captures' :
106+ ' 1' :
107+ ' name' : ' punctuation.definition.tag.html'
108+ ' 2' :
109+ ' name' : ' entity.name.tag.script.html'
110+ ' end' : ' (</)((?i:script))'
111+ ' patterns' : [
112+ {
113+ ' include' : ' text.html.angular'
114+ }
115+ ]
116+ }
117+ ]
118+ }
87119 { ' include' : ' #angular-expressions' }
88120 { ' include' : ' text.html.basic' }
89121]
You can’t perform that action at this time.
0 commit comments