mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
78bc3a9a36
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" }
|