File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ contexts:
581
581
vue-directive-value :
582
582
- match : \"
583
583
scope : meta.string.html string.quoted.double.html punctuation.definition.string.begin.html
584
- pop : true
584
+ pop : 1
585
585
embed : scope:source.js
586
586
embed_scope : meta.string.html meta.interpolation.html source.js.embedded.html
587
587
escape : \"
@@ -590,7 +590,7 @@ contexts:
590
590
punctuation.definition.string.end.html
591
591
- match : \'
592
592
scope : meta.string.html string.quoted.single.html punctuation.definition.string.begin.html
593
- pop : true
593
+ pop : 1
594
594
embed : scope:source.js
595
595
embed_scope : meta.string.html meta.interpolation.html source.js.embedded.html
596
596
escape : \'
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ contexts:
344
344
scope:
345
345
meta.string.html string.quoted.double.html
346
346
punctuation.definition.string.begin.html
347
- pop: true
347
+ pop: 1
348
348
embed: scope:source.js
349
349
embed_scope:
350
350
meta.string.html meta.interpolation.html
@@ -359,7 +359,7 @@ contexts:
359
359
scope:
360
360
meta.string.html string.quoted.single.html
361
361
punctuation.definition.string.begin.html
362
- pop: true
362
+ pop: 1
363
363
embed: scope:source.js
364
364
embed_scope:
365
365
meta.string.html meta.interpolation.html
You can’t perform that action at this time.
0 commit comments