don't treat *.fs as glsl files as it collides with fsharp

This commit is contained in:
dkirchhof 2021-11-30 15:40:09 +01:00 committed by Stephan Seitz
parent 678a785791
commit f238e6f977

View file

@ -1 +1 @@
autocmd BufNewFile,BufRead *.glsl,*.vert,*.tesc,*.tese,*.geom,*.frag,*.comp,*.vs,*.fs set filetype=glsl
autocmd BufNewFile,BufRead *.glsl,*.vert,*.tesc,*.tese,*.geom,*.frag,*.comp,*.vs set filetype=glsl