mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
11 lines
213 B
VimL
11 lines
213 B
VimL
if has_key(g:polyglot_is_disabled, 'mf')
|
|
finish
|
|
endif
|
|
|
|
" METAFONT indent file
|
|
" Language: METAFONT
|
|
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
|
|
" Last Change: 2016 Oct 1
|
|
|
|
runtime! indent/mp.vim
|