sublime-markdown-extended
sublime-markdown-extended copied to clipboard
feature request: Babel (JavaScript) support
When using Babel syntax highlighting you have to disable the default JavaScript package in order for it to be used in HTML script tags, and other such places.
After disabling the default JavaScript package, instead of switching to using Babel after restart like other syntax highlighters, markdown highlighting breaks in the first js/javascript block with a comment (both line or block comments).
It seems to be an issue with Babel https://github.com/SublimeText-Markdown/MarkdownEditing/issues/438
The first comment is parsed as division plus a regex.