Skip to content

Commit cf00a5b

Browse files
committed
Merge branch 'st3-develop' into st4-develop
2 parents d1ce100 + 0b18708 commit cf00a5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

syntaxes/Markdown.sublime-syntax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ contexts:
26692669
scope: punctuation.definition.attributes.begin.markdown
26702670
set: link-def-attr-body
26712671
- match: ^(?!\s*{)|(?=\S)
2672-
pop: 1
2672+
pop: true
26732673

26742674
link-def-attr-body:
26752675
- meta_scope: meta.attributes.markdown
@@ -2683,13 +2683,13 @@ contexts:
26832683
- expect-attr-or-eol
26842684
- link-title
26852685
- match: (?=\{)
2686-
pop: 1
2686+
pop: true
26872687
- match: \S.+
26882688
scope: invalid.illegal.expected-eol.markdown
26892689

26902690
expect-attr-or-eol:
26912691
- match: (?=\{)
2692-
pop: 1
2692+
pop: true
26932693
- include: expect-eol
26942694

26952695
link-def-url:
@@ -3571,7 +3571,7 @@ contexts:
35713571

35723572
autolink-inet-group:
35733573
- match: \)
3574-
pop: 1
3574+
pop: true
35753575
- match: (?=(?:{{html_entity}})*[?!.,:;*_~'"]*[\s<])
35763576
pop: 1
35773577
- include: autolink-inet-common

0 commit comments

Comments
 (0)