blob: c73fae62075e00fbb48e897942fd6c5ae1b316ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/withered-magic/starpls
---
--- `starpls` is an LSP implementation for Starlark. Installation instructions can be found in the project's README.
return {
cmd = { 'starpls' },
filetypes = { 'bzl' },
root_markers = { 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel' },
}
|