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

javascript next

Open samselikoff opened this issue 10 years ago • 1 comments

Any chance support could be added for JavaScript Next? This is a superset of current JS so it should work for all JS code blocks.

Currently if I have ES6 in my code blocks, things like export mess up syntax highlighting for the rest of document.

samselikoff avatar Jan 29 '15 14:01 samselikoff

hmm, normally all we need to do is add the language that belongs to the extensions defined next to the first fence. see: here, and here. But - unless I'm missing something, es6 would just be source.js stil, which makes me think the issue might not something I can fix here. I'll try to look into to it, but any help/suggestions are welcome.

jonschlinkert avatar Jan 30 '15 13:01 jonschlinkert