summaryrefslogblamecommitdiffstats
path: root/plugin_guard_jsx.vim.template
blob: a6b4102717b2d8ea1155baeffd6763941ea8d3e8 (plain) (tree)
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)
  finish
endif

%%CONTENT%%