Gleam-authored Zed extension (Gleam → Wasm guest) for Gleam LSP + highlighting
1

Configure Feed

Select the types of activity you want to include in your feed.

zed-gleam-native / gleam.toml
357 B 8 lines
1name = "zed_gleam" 2version = "0.6.0" 3 4# Do not set `target = "wasm"` here: stock Gleam (used by `gleam lsp` on PATH) 5# only accepts erlang/javascript and will fail to parse this file. 6# `gleam export zed-extension` forces Target::Wasm via the wasm-capable compiler: 7# https://tangled.org/nandi.uk/gleam (branch wasm) 8# export GLEAM=/path/to/that/gleam