languages.toml: add starpls as Starlark language server (#12958)
This commit is contained in:
parent
83d4ca41cc
commit
43eab10a4c
2 changed files with 3 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
| spicedb | ✓ | | | |
|
||||
| sql | ✓ | ✓ | | |
|
||||
| sshclientconfig | ✓ | | | |
|
||||
| starlark | ✓ | ✓ | | |
|
||||
| starlark | ✓ | ✓ | | `starpls` |
|
||||
| strace | ✓ | | | |
|
||||
| supercollider | ✓ | | | |
|
||||
| svelte | ✓ | | ✓ | `svelteserver` |
|
||||
|
|
|
@ -105,6 +105,7 @@ solargraph = { command = "solargraph", args = ["stdio"] }
|
|||
solc = { command = "solc", args = ["--lsp"] }
|
||||
sourcekit-lsp = { command = "sourcekit-lsp" }
|
||||
spade-language-server = {command = "spade-language-server"}
|
||||
starpls = {command = "starpls"}
|
||||
svlangserver = { command = "svlangserver", args = [] }
|
||||
swipl = { command = "swipl", args = [ "-g", "use_module(library(lsp_server))", "-g", "lsp_server:main", "-t", "halt", "--", "stdio" ] }
|
||||
superhtml = { command = "superhtml", args = ["lsp"]}
|
||||
|
@ -2447,6 +2448,7 @@ injection-regex = "(starlark|bzl|bazel)"
|
|||
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }, { glob = "WORKSPACE" }, { glob = "WORKSPACE.bzlmod" }]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
language-servers = [ "starpls" ]
|
||||
grammar = "python"
|
||||
|
||||
[[language]]
|
||||
|
|
Loading…
Add table
Reference in a new issue