mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
16 lines
442 B
TOML
16 lines
442 B
TOML
|
id = "slash-commands-example"
|
||
|
name = "Slash Commands Example"
|
||
|
description = "An example extension showcasing slash commands."
|
||
|
version = "0.1.0"
|
||
|
schema_version = 1
|
||
|
authors = ["Zed Industries <hi@zed.dev>"]
|
||
|
repository = "https://github.com/zed-industries/zed"
|
||
|
|
||
|
[slash_commands.echo]
|
||
|
description = "echoes the provided input"
|
||
|
requires_argument = true
|
||
|
|
||
|
[slash_commands.pick-one]
|
||
|
description = "pick one of three options"
|
||
|
requires_argument = true
|