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 / languages / gleam / tasks.json
245 B 13 lines
1[ 2 { 3 "label": "gleam test", 4 "command": "gleam", 5 "args": ["test"] 6 }, 7 { 8 "label": "gleam test $ZED_SYMBOL", 9 "command": "gleam", 10 "args": ["test", "--", "--test-name-filter=$ZED_SYMBOL"], 11 "tags": ["gleam-test"] 12 } 13]