enable jsx highlighting for js files

This commit is contained in:
Thomas Ruoff
2017-06-25 23:15:01 +02:00
parent 9cf4f91be3
commit bb26cec804

4
vimrc
View File

@@ -331,6 +331,10 @@ let g:markdown_fenced_languages = [
\ 'html',
\ 'javascript', 'js=javascript', 'json=javascript'
\ ]
" vim-jsx
let g:jsx_ext_required = 0
" }}}
" Autocmd Rules {{{