@tishlang/tish-lsp
v2.12.0
Published
Tish language server — diagnostics, completion, formatting, hover, go-to-definition (LSP over stdio)
Downloads
1,618
Readme
@tishlang/tish-lsp
The Tish language server (tish-lsp) as an npm package — prebuilt native binaries for macOS/Linux/Windows, with a cargo source-build fallback.
It speaks LSP over stdio and provides diagnostics (tishlang_lint), formatting (tishlang_fmt), completion, hover, go-to-definition, references, and rename.
npm i @tishlang/tish-lsp # installs the prebuilt tish-lsp for your platformPin a specific version the same way you pin @tishlang/tish:
// package.json
"dependencies": { "@tishlang/tish-lsp": "2.0.3" }The tish-lsp binary is exposed on bin, and the per-platform binaries live under platform/<os>-<arch>/.
