home: vim: ftdetect: remove glsl
Some checks failed
ci/woodpecker/push/check Pipeline failed

GLSL is now correctly detected starting with v0.11.

This reverts commit b8b64bed8e.
This commit is contained in:
Bruno BELANYI 2025-10-28 12:43:53 +00:00
parent 125764fa5a
commit c6176c4d92

View file

@ -1,7 +0,0 @@
-- Use GLSL filetype for common shader file extensions
vim.filetype.add({
extension = {
frag = "glsl",
vert = "glsl",
},
})