mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

markdown fenced support #154

Open plexigras opened 6 years ago

plexigras commented 6 years ago
let g:markdown_fenced_languages = ['jsx=javascript.jsx']

highlights just like normal javascript and ignores the jsx specific highlighting.