|
|
@ -41,6 +41,7 @@ forth-lsp = { command = "forth-lsp" }
|
|
|
|
fortls = { command = "fortls", args = ["--lowercase_intrinsics"] }
|
|
|
|
fortls = { command = "fortls", args = ["--lowercase_intrinsics"] }
|
|
|
|
fsharp-ls = { command = "fsautocomplete", config = { AutomaticWorkspaceInit = true } }
|
|
|
|
fsharp-ls = { command = "fsautocomplete", config = { AutomaticWorkspaceInit = true } }
|
|
|
|
gleam = { command = "gleam", args = ["lsp"] }
|
|
|
|
gleam = { command = "gleam", args = ["lsp"] }
|
|
|
|
|
|
|
|
glsl_analyzer = { command = "glsl_analyzer" }
|
|
|
|
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
|
|
|
|
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
|
|
|
|
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
|
|
|
|
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
|
|
|
|
idris2-lsp = { command = "idris2-lsp" }
|
|
|
|
idris2-lsp = { command = "idris2-lsp" }
|
|
|
@ -1452,6 +1453,7 @@ file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
|
|
|
|
comment-token = "//"
|
|
|
|
comment-token = "//"
|
|
|
|
block-comment-tokens = { start = "/*", end = "*/" }
|
|
|
|
block-comment-tokens = { start = "/*", end = "*/" }
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
|
|
|
|
language-servers = [ "glsl_analyzer" ]
|
|
|
|
injection-regex = "glsl"
|
|
|
|
injection-regex = "glsl"
|
|
|
|
|
|
|
|
|
|
|
|
[[grammar]]
|
|
|
|
[[grammar]]
|
|
|
|