mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
78bc3a9a36
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Fix invalid platform name on Linux. Related to: https://github.com/zed-industries/zed/pull/13253#issuecomment-2185323702 Release Notes: - N/A
15 lines
941 B
TOML
15 lines
941 B
TOML
id = "snippets"
|
|
name = "Snippets"
|
|
description = "Support for language-agnostic snippets, provided by simple-completion-language-server"
|
|
version = "0.0.5"
|
|
schema_version = 1
|
|
authors = []
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.snippet-completion-server]
|
|
name = "Snippet Completion Server"
|
|
languages = ["Astro", "Clojure", "C", "C++", "C#", "Dart", "Dockerfile", "Elixir", "Elm", "ERB", "Erlang",
|
|
"Gleam","GLSL", "Go", "Haskell", "HCL", "HEEX", "HTML", "JavaScript","JSDoc", "JSON", "Lua",
|
|
"Markdown","OCaml", "PHP", "Python", "Prisma", "PureScript", "Racket", "Ruby", "Rust", "Scheme",
|
|
"Shell Script", "Svelte", "Terraform", "TOML", "TypeScript", "TSX", "Uiua", "Vue.js", "Zig"]
|
|
language_ids = { TypeScript = "typescript", TSX = "typescriptreact", JavaScript = "javascript", "Vue.js" = "vue", Terraform = "terraform", "Terraform Vars" = "terraform-vars", PHP = "php", HTML = "html", CSS = "css" }
|