feat: plugin code, updates

This commit is contained in:
2025-09-07 23:36:04 +03:00
parent 773f82e610
commit 4188c9221f
15 changed files with 354 additions and 11 deletions

15
extension.toml Normal file
View File

@@ -0,0 +1,15 @@
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"]