summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-29 20:17:10 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-29 20:18:29 +0100
commit45f2f9497524486bfc3f7651c1fb2111737aa206 (patch)
tree695cf600b3838ae5705b7800d3f8e8d024cbc504 /autoload
parentcec808bc19656357c78d222e7ec279e39488a4f9 (diff)
downloadvim-polyglot-45f2f9497524486bfc3f7651c1fb2111737aa206.tar.gz
vim-polyglot-45f2f9497524486bfc3f7651c1fb2111737aa206.zip
Add mint-language, closes #653
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
Diffstat (limited to 'autoload')
-rw-r--r--autoload/polyglot/sleuth.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim
index c10280af..155ae0b5 100644
--- a/autoload/polyglot/sleuth.vim
+++ b/autoload/polyglot/sleuth.vim
@@ -329,6 +329,7 @@ let s:globs = {
\ 'mgl': '*.mgl',
\ 'mgp': '*.mgp',
\ 'mib': '*.mib,*.my',
+ \ 'mint': '*.mint',
\ 'mix': '*.mix,*.mixal',
\ 'mma': '*.mathematica,*.cdf,*.m,*.ma,*.mt,*.nb,*.nbp,*.wl,*.wlt,*.wls,*.mma',
\ 'mmp': '*.mmp',