home: vim: ftdetect: add glsl
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
9546c00124
commit
b8b64bed8e
7
modules/home/vim/ftdetect/glsl.lua
Normal file
7
modules/home/vim/ftdetect/glsl.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
-- Use GLSL filetype for common shader file extensions
|
||||||
|
vim.filetype.add({
|
||||||
|
extension = {
|
||||||
|
frag = "glsl",
|
||||||
|
vert = "glsl",
|
||||||
|
},
|
||||||
|
})
|
Loading…
Reference in a new issue