borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

Fixed Markdown wrapping when line-wrapping enabled #219

Closed Sawtaytoes closed 5 years ago

Sawtaytoes commented 5 years ago

This was originally wrapping by letter, but adding this match code allows it to wrap by word.

This match code was taken from the now-defunct MarkdownEditing plugin.

Sawtaytoes commented 5 years ago

This is the issue this PR is solving: https://github.com/borela/naomi/issues/200