Skip to content

Commit

Permalink
Merge pull request #219 from Sawtaytoes/patch-1
Browse files Browse the repository at this point in the history
Fixed Markdown wrapping when line-wrapping enabled
  • Loading branch information
borela authored Jun 25, 2019
2 parents a1034a8 + 4f83d00 commit a3baa20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion syntaxes/naomi.md1.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ contexts:
entry:
- include: Packages/Naomi/syntaxes/md1/header.sublime-syntax
- include: Packages/Naomi/syntaxes/md1/code-block.sublime-syntax
- match: ""
- match: |-
(?x)^
(?= [ ]{,3}>
| ([ ]{4}|\t)(?!$)
| [#]{1,6}\s*+
| [ ]{,3}(?<marker>[-*_])([ ]{,2}\k<marker>){2,}[ \t]*+$
)
pop: true

0 comments on commit a3baa20

Please sign in to comment.