Skip to content

Commit 634c637

Browse files
deathaxeskyronic
authored andcommitted
Replace remaining pop: true by pop: 1
All sublime-syntax version 2 files should use explicit `pop: 1` instead of `pop: true`. It looks more consistent in case `pop: 2` are used.
1 parent fc69ac1 commit 634c637

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Vue Component.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ contexts:
581581
vue-directive-value:
582582
- match: \"
583583
scope: meta.string.html string.quoted.double.html punctuation.definition.string.begin.html
584-
pop: true
584+
pop: 1
585585
embed: scope:source.js
586586
embed_scope: meta.string.html meta.interpolation.html source.js.embedded.html
587587
escape: \"
@@ -590,7 +590,7 @@ contexts:
590590
punctuation.definition.string.end.html
591591
- match: \'
592592
scope: meta.string.html string.quoted.single.html punctuation.definition.string.begin.html
593-
pop: true
593+
pop: 1
594594
embed: scope:source.js
595595
embed_scope: meta.string.html meta.interpolation.html source.js.embedded.html
596596
escape: \'

Vue Component.sublime-syntax.yaml-macros

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ contexts:
344344
scope:
345345
meta.string.html string.quoted.double.html
346346
punctuation.definition.string.begin.html
347-
pop: true
347+
pop: 1
348348
embed: scope:source.js
349349
embed_scope:
350350
meta.string.html meta.interpolation.html
@@ -359,7 +359,7 @@ contexts:
359359
scope:
360360
meta.string.html string.quoted.single.html
361361
punctuation.definition.string.begin.html
362-
pop: true
362+
pop: 1
363363
embed: scope:source.js
364364
embed_scope:
365365
meta.string.html meta.interpolation.html

0 commit comments

Comments
 (0)