Add gmpl and openscan, closes #232, closes #233

This commit is contained in:
Adam Stankiewicz
2017-09-27 20:00:19 +02:00
parent 8b3418cab8
commit 4cd5566b40
6 changed files with 248 additions and 0 deletions

View File

@@ -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")<CR>
augroup END
augroup filetypedetect
" glsl:tikhomirov/vim-glsl
" Language: OpenGL Shading Language