From 45f2f9497524486bfc3f7651c1fb2111737aa206 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Dec 2020 20:17:10 +0100 Subject: Add mint-language, closes #653 Co-authored-by: NICHTJ3 --- ftdetect/polyglot.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 44b5871d..a8a5c319 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3