gdshader support (highlighting, tree-sitter, LSP)

This commit is contained in:
mathijs-bakker
2025-08-21 16:37:05 +02:00
parent 5e81e7f228
commit 4d7d1097ac
6 changed files with 172 additions and 67 deletions

5
ftdetect/gdshader.lua Normal file
View File

@@ -0,0 +1,5 @@
vim.filetype.add({
extension = {
gdshader = "gdshader",
},
})