Add mint-language, closes #653

Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
This commit is contained in:
Adam Stankiewicz
2020-12-29 20:17:10 +01:00
parent cec808bc19
commit 45f2f94975
6 changed files with 125 additions and 1 deletions

View File

@@ -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