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

Add JSX source definition to all files #188

Open byCedric opened 5 years ago

byCedric commented 5 years ago

This adds support for JSX, I only could find the scope meta.jsx.js in all of my React projects. I'm not sure if that's ok, but I think it's the only way.

Should fix #176, #139, #136 and #104