mirror of
https://github.com/ivuorinen/shellspec-zed.git
synced 2026-01-25 18:54:07 +00:00
16 lines
455 B
TOML
16 lines
455 B
TOML
id = "shellspec"
|
|
name = "ShellSpec BDD Testing"
|
|
version = "0.1.0"
|
|
schema_version = 1
|
|
authors = ["Ismo Vuorinen <ismo@vuorinen.net>"]
|
|
description = "Language support for ShellSpec BDD testing framework"
|
|
repository = "https://github.com/ivuorinen/shellspec-zed"
|
|
|
|
[grammars.shellspec]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-bash"
|
|
rev = "main"
|
|
|
|
[language_servers.bash-language-server]
|
|
name = "Bash Language Server"
|
|
languages = ["ShellSpec"]
|