chore: only use *.glsl for GLSL

Fix #2231
This commit is contained in:
Stephan Seitz 2022-01-11 20:30:19 +01:00
parent efc8ac6457
commit 890d3a9431

View file

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