GLSL is now correctly detected starting with v0.11.
This reverts commit b8b64bed8e.
This commit is contained in:
parent
694deba253
commit
95ae669562
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