Files
vim-polyglot/indent/mf.vim
2020-10-06 18:54:19 +02:00

11 lines
240 B
VimL

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