mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

JSX syntax highlighting #46

Closed chiangs closed 5 years ago

chiangs commented 5 years ago

The syntax highlighting for a code fence with type JSX does not highlight correctly. Using HTML makes it look right, but labeling is incorrect of course.

Syntax highlighting on GitHub supports JSX, and so hopefully this extension can match it.

mjbvz commented 5 years ago

Please share some example code

chiangs commented 5 years ago

It's possible I either had a syntax error or something else. I'm unable to recreate it now. Sorry about that.