mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
64 lines
1.9 KiB
TOML
64 lines
1.9 KiB
TOML
id = "discord_presence"
|
|
name = "Discord Presence"
|
|
version = "0.1.0"
|
|
schema_version = 1
|
|
authors = ["Jozef Steinhübl <lol@xhyrom.dev>"]
|
|
description = "Presence for your beautiful discord account :)"
|
|
repository = "https://git.sr.ht/~hyro/zed-discord-presence"
|
|
|
|
[language_servers.discord_presence]
|
|
name = "Discord Presence LSP"
|
|
# Generated by scripts/get_languages.sh
|
|
languages = [
|
|
"Shell Script",
|
|
"C",
|
|
"C++",
|
|
"CSS",
|
|
"Go",
|
|
"Go Mod",
|
|
"Go Work",
|
|
"JavaScript",
|
|
"JSDoc",
|
|
"JSON",
|
|
"JSONC",
|
|
"Markdown",
|
|
"proto",
|
|
"Python",
|
|
"Regex",
|
|
"Rust",
|
|
"TSX",
|
|
"TypeScript",
|
|
"YAML",
|
|
"Astro",
|
|
"Clojure",
|
|
"CSharp",
|
|
"Dart",
|
|
"Elixir",
|
|
"HEEX",
|
|
"Elm",
|
|
"Erlang",
|
|
"Gleam",
|
|
"GLSL",
|
|
"Haskell",
|
|
"HTML",
|
|
"Lua",
|
|
"OCaml Interface",
|
|
"OCaml",
|
|
"PHP",
|
|
"PHPDoc",
|
|
"Prisma",
|
|
"PureScript",
|
|
"Racket",
|
|
"ERB",
|
|
"Ruby",
|
|
"Scheme",
|
|
"Svelte",
|
|
"HCL",
|
|
"Terraform Vars",
|
|
"Terraform",
|
|
"TOML",
|
|
"Uiua",
|
|
"Vue.js",
|
|
"Zig",
|
|
]
|
|
language_ids = { "Shell Script" = "bash", "C" = "c", "C++" = "cpp", "CSS" = "css", "Go" = "go", "Go Mod" = "gomod", "Go Work" = "gowork", "JavaScript" = "javascript", "JSDoc" = "jsdoc", "JSON" = "json", "JSONC" = "jsonc", "Markdown" = "markdown", "proto" = "proto", "Python" = "python", "Regex" = "regex", "Rust" = "rust", "TSX" = "tsx", "TypeScript" = "typescript", "YAML" = "yaml", "Astro" = "astro", "Clojure" = "clojure", "CSharp" = "csharp", "Dart" = "dart", "Elixir" = "elixir", "HEEX" = "heex", "Elm" = "elm", "Erlang" = "erlang", "Gleam" = "gleam", "GLSL" = "glsl", "Haskell" = "haskell", "HTML" = "html", "Lua" = "lua", "OCaml Interface" = "ocaml-interface", "OCaml" = "ocaml", "PHP" = "php", "PHPDoc" = "phpdoc", "Prisma" = "prisma", "PureScript" = "purescript", "Racket" = "racket", "ERB" = "erb", "Ruby" = "ruby", "Scheme" = "scheme", "Svelte" = "svelte", "HCL" = "hcl", "Terraform Vars" = "terraform-vars", "Terraform" = "terraform", "TOML" = "toml", "Uiua" = "uiua", "Vue.js" = "vue", "Zig" = "zig"}
|