File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed
Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Things to verify:
1212 <span
1313 v-text =" foo * 10 + 'hi'"
1414 :id =" foo + 'baz'"
15- @click =" onClick('hello')" >
15+ @click =" onClick('hello')"
16+ @click.prevent =" onClick('hello')" >
1617 Hello
1718 </span >
1819 </div >
Original file line number Diff line number Diff line change 1414 color primary-color
1515 </style >
1616
17+ <style lang="scss">
18+ @import ' ~foo' ;
19+ a {
20+ color : red ;
21+ }
22+ </style >
23+
24+ <style lang="sass">
25+ @import '~foo '
26+ a
27+ color : red
28+ </style >
29+
1730<template lang="pug">
1831div.app
1932 h1.title This is the app
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ patterns:
159159 end : (?=</(?i:style))
160160 patterns :
161161 - include : source.sass
162- - include : source.scss
163162
164163- name : source.scss.embedded.html
165164 begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang=(['"])scss\1?)
@@ -175,10 +174,8 @@ patterns:
175174 ' 1 ' : {name: punctuation.definition.tag.end.html}
176175 end : (?=</(?i:style))
177176 patterns :
178- - include : source.sass
179177 - include : source.scss
180178
181-
182179- name : source.less.embedded.html
183180 begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang=(['"])less\1?)
184181 end : (</)((?i:style))(>)(?:\s*\n)?
Original file line number Diff line number Diff line change 529529 <key >include </key >
530530 <string >source.sass </string >
531531 </dict >
532- <dict >
533- <key >include </key >
534- <string >source.scss </string >
535- </dict >
536532 </array >
537533 </dict >
538534 </array >
583579 <string >(?=< /(?i:style)) </string >
584580 <key >patterns </key >
585581 <array >
586- <dict >
587- <key >include </key >
588- <string >source.sass </string >
589- </dict >
590582 <dict >
591583 <key >include </key >
592584 <string >source.scss </string >
You can’t perform that action at this time.
0 commit comments