home: vim: ftdetect: remove glsl
GLSL is now correctly detected starting with v0.11.
This reverts commit b8b64bed8e.
This commit is contained in:
parent
0ac983a71f
commit
bbdbc1e55c
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
-- 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