File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ patterns:
248248 - include : source.livescript
249249
250250- name : source.js.embedded.html
251- begin : (<)((?i:script))\b(?![^>]*/>)(?![^>]*(?i:type.?=.?text/((?!javascript|babel).*)))
251+ begin : (<)((?i:script))\b(?![^>]*/>)(?![^>]*(?i:type.?=.?text/((?!javascript|babel|ecmascript ).*)))
252252 beginCaptures :
253253 ' 1 ' : {name: punctuation.definition.tag.begin.html}
254254 ' 2 ' : {name: entity.name.tag.script.html}
Original file line number Diff line number Diff line change 829829 </dict >
830830 <dict >
831831 <key >begin </key >
832- <string >(< )((?i:script))\b(?![^> ]*/> )(?![^> ]*(?i:type.?=.?text/((?!javascript|babel).*))) </string >
832+ <string >(< )((?i:script))\b(?![^> ]*/> )(?![^> ]*(?i:type.?=.?text/((?!javascript|babel|ecmascript ).*))) </string >
833833 <key >beginCaptures </key >
834834 <dict >
835835 <key >1 </key >
You can’t perform that action at this time.
0 commit comments