summaryrefslogtreecommitdiffstats
path: root/after/indent/jsx.vim
blob: ac4ceabd71804055c6c64e2f5853e1bf1dfc864d (plain) (blame)
1
2
3
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'styled-components') == -1
runtime! indent/javascript.vim
endif