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
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue