From 4cd5566b40948bbca93b8c0d6a20e2ad3236046f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:00:19 +0200 Subject: Add gmpl and openscan, closes #232, closes #233 --- ftdetect/polyglot.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 8f2f926f..528eaae5 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -282,6 +282,17 @@ autocmd BufNewFile,BufRead * \ endif augroup END +augroup filetypedetect +" gmpl:maelvalais/gmpl.vim +au BufRead,BufNewFile *.mod set filetype=gmpl +augroup END + +augroup filetypedetect +" openscad:sirtaj/vim-openscad +au BufRead,BufNewFile *.scad setfiletype openscad +an 50.80.265 &Syntax.NO.OpenSCAD :cal SetSyn("openscad") +augroup END + augroup filetypedetect " glsl:tikhomirov/vim-glsl " Language: OpenGL Shading Language -- cgit v1.2.3