mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
Add mint-language, closes #653
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
This commit is contained in:
@@ -142,6 +142,10 @@ set cpo&vim
|
||||
|
||||
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'mint')
|
||||
au BufNewFile,BufRead *.mint setf mint
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'context')
|
||||
au BufNewFile,BufRead *.mkii,*.mkiv,*.mkvi setf context
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user