jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

refactor #186

Open jonschlinkert opened 5 years ago

jonschlinkert commented 5 years ago

Looking for feedback on this before I merge. Please let me know if you experience issues.

Edit: I plan on re-visiting pull requests after this is merged, I'm sorry for any inconvenience to anyone who did PRs, but I wanted to at least get this package updated and maintainable first.

willstott101 commented 4 years ago

I've had some success with automated testing here: https://github.com/willstott101/django-sublime-syntax

Would it be helpful if I open a PR which includes tests? - A huge improvement to maintainability IMO

EDIT: I say that as large refactors like this would be a lot less scary.

jonschlinkert commented 4 years ago

@willstott101 that would be great! thanks!