summaryrefslogtreecommitdiffstats
path: root/after/syntax/javascriptreact.vim
blob: ab847072d49a56d3b30747e7f385a588aefa356e (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1)

source <sfile>:h/javascript.vim

endif