Skip to content

Commit

Permalink
Merge branch 'st3-develop' into st4-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 23, 2022
2 parents d1ce100 + 0b18708 commit cf00a5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions syntaxes/Markdown.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ contexts:
scope: punctuation.definition.attributes.begin.markdown
set: link-def-attr-body
- match: ^(?!\s*{)|(?=\S)
pop: 1
pop: true

link-def-attr-body:
- meta_scope: meta.attributes.markdown
Expand All @@ -2683,13 +2683,13 @@ contexts:
- expect-attr-or-eol
- link-title
- match: (?=\{)
pop: 1
pop: true
- match: \S.+
scope: invalid.illegal.expected-eol.markdown

expect-attr-or-eol:
- match: (?=\{)
pop: 1
pop: true
- include: expect-eol

link-def-url:
Expand Down Expand Up @@ -3571,7 +3571,7 @@ contexts:

autolink-inet-group:
- match: \)
pop: 1
pop: true
- match: (?=(?:{{html_entity}})*[?!.,:;*_~'"]*[\s<])
pop: 1
- include: autolink-inet-common
Expand Down

0 comments on commit cf00a5b

Please sign in to comment.