Tiltfile language support for Zed.
- Syntax highlighting for
Tiltfilefiles using the Starlark Tree-sitter grammar. - Language server support via
tilt lsp start. - Tiltfile language detection for files named
Tiltfileortiltfile. - Comment toggling, bracket matching, indentation, and a basic outline.
Zed compiles Rust extensions to WebAssembly when installing dev extensions. Install
Rust via rustup before installing this extension in Zed:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32-wasip1If Zed was already running before rustup was installed, restart Zed so it can
see rustup on PATH.
Install this repository as a dev extension in Zed:
- Open the command palette.
- Run
zed: install dev extension. - Select this repository directory.
- Open
examples/Tiltfileto verify highlighting.
If the extension does not load, run zed: open log in Zed or launch Zed with:
zed --foregroundThis extension launches the Tilt language server with:
tilt lsp startMake sure tilt is installed and available on the PATH visible to Zed.