summaryrefslogtreecommitdiffstats
path: root/plugin_guard_jsx.vim.template
blob: 7b310c69b13eeb7df381428c29e6b5dd57abf3d0 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || !(index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'jsx') != -1)

%%CONTENT%%

endif