aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/gdshader_lsp.lua
blob: 2e0c08dba0942b037a9a4b45e026780815c48724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/godofavacyn/gdshader-lsp
---
--- A language server for the Godot Shading language.
return {
  cmd = { 'gdshader-lsp', '--stdio' },
  filetypes = { 'gdshader', 'gdshaderinc' },
  root_markers = { 'project.godot' },
}