summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/javascript-2.vim
blob: 67a630555bbd9e20f32c56e71c3062f239047d18 (plain) (blame)
1
2
3
4
5
6
7
8
9
if has_key(g:polyglot_is_disabled, 'jsx')
  finish
endif

if get(g:, 'vim_jsx_pretty_disable_js', 0)
  finish
endif

source <sfile>:h/jsx.vim