diff options
Diffstat (limited to 'indent/mf.vim')
-rw-r--r-- | indent/mf.vim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indent/mf.vim b/indent/mf.vim new file mode 100644 index 00000000..69b28cbc --- /dev/null +++ b/indent/mf.vim @@ -0,0 +1,10 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 + +" METAFONT indent file +" Language: METAFONT +" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com> +" Last Change: 2016 Oct 1 + +runtime! indent/mp.vim + +endif |