summaryrefslogtreecommitdiffstats
path: root/indent/mf.vim
blob: b3f1dea8ef98b144456c2a362a900d140398758c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mf') == -1

" METAFONT indent file
" Language:    METAFONT
" Maintainer:  Nicola Vitacolonna <nvitacolonna@gmail.com>
" Last Change: 2016 Oct 1

runtime! indent/mp.vim

endif