gdshader support (highlighting, tree-sitter, LSP)
This commit is contained in:
5
ftdetect/gdshader.lua
Normal file
5
ftdetect/gdshader.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
gdshader = "gdshader",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user