Files
vim-polyglot/indent/mustache.vim
2020-09-24 10:50:19 +02:00

6 lines
123 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1
runtime! indent/handlebars.vim
endif