diff options
Diffstat (limited to 'lsp/gdshader_lsp.lua')
| -rw-r--r-- | lsp/gdshader_lsp.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/gdshader_lsp.lua b/lsp/gdshader_lsp.lua index 55046807..2e0c08db 100644 --- a/lsp/gdshader_lsp.lua +++ b/lsp/gdshader_lsp.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/godofavacyn/gdshader-lsp --- --- A language server for the Godot Shading language. +--- https://github.com/godofavacyn/gdshader-lsp +--- +--- A language server for the Godot Shading language. return { cmd = { 'gdshader-lsp', '--stdio' }, filetypes = { 'gdshader', 'gdshaderinc' }, |
