sublime-markdown-extended icon indicating copy to clipboard operation
sublime-markdown-extended copied to clipboard

feature request: Babel (JavaScript) support

Open jsilvermist opened this issue 7 years ago • 1 comments

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).

jsilvermist avatar Jan 11 '17 22:01 jsilvermist

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.

leesei avatar Sep 04 '17 08:09 leesei