File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments