aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/glsl.vim
blob: e5d8ef4ff7e8e5f5b010cad7a173f0ad05b17370 (plain) (blame)
1
2
3
4
5
6
7
8
" Language: OpenGL Shading Language
" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>

" Extensions supported by Khronos reference compiler
" https://github.com/KhronosGroup/glslang
autocmd! BufNewFile,BufRead *.vert,*.tesc,*.tese,*.geom,*.frag,*.comp set filetype=glsl

" vim:set sts=2 sw=2 :