summaryrefslogtreecommitdiffstats
path: root/after/indent/javascript.vim
blob: 2992e94277372d43ea7f3e37d3ec410a91581e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1)

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

source <sfile>:h/jsx.vim

endif