zed/docs/src/languages
Conrad Irwin ed361ff6a2
Rename debug: commands to dev: (#30675)
Closes #ISSUE

Release Notes:

- Breaking change: The actions used while developing Zed have been
renamed from `debug:` to `dev:` to avoid confusion with the new debugger
feature:
- - `dev::OpenDebugAdapterLogs`
- - `dev::OpenSyntaxTreeView`
- - `dev::OpenThemePreview`
- - `dev::OpenLanguageServerLogs`
- - `dev::OpenKeyContextView`
2025-05-14 11:15:27 +02:00
..
ansible.md Fix typo in Ansible docs (#20267) 2024-11-05 16:31:39 -07:00
asciidoc.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
astro.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
bash.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
biome.md Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
c.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
clojure.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
cpp.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
csharp.md csharp: Extract to zed-extensions/csharp repository (#26166) 2025-03-05 22:23:49 +00:00
css.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
dart.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
deno.md chore: remove redundant word in comment (#30338) 2025-05-09 07:33:20 +00:00
diff.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
docker.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
elixir.md elixir: Extract to zed-extensions/elixir repository (#26167) 2025-03-05 22:50:35 +00:00
elm.md Remove linked_edits issue description from Elm doc (#29350) 2025-04-24 14:54:12 +00:00
emmet.md Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
erlang.md docs: Add Erlang language server documentation (#27346) 2025-03-24 11:34:21 +02:00
fish.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
gdscript.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
gleam.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
glsl.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
go.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
groovy.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
haskell.md Update haskell extension docs (#28603) 2025-04-11 16:37:58 -04:00
helm.md docs: Add Helm extension docs (#19095) 2024-10-15 10:40:47 -04:00
html.md html: Improve settings, formatting and user binaries (#27524) 2025-03-26 16:24:37 -04:00
java.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
javascript.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
json.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
jsonnet.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
julia.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
kotlin.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
lua.md docs: Improve Lua language documentation (#28662) 2025-04-13 14:15:57 -04:00
luau.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
makefile.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
markdown.md Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00
nim.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
ocaml.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
php.md docs: Use correct name for Intelephense license file (#26986) 2025-03-18 12:31:57 +00:00
prisma.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
proto.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
purescript.md purescript: Extract to zed-extensions/purescript repository (#26571) 2025-03-12 18:42:12 +00:00
python.md docs: Fix a broken link to the PyRight Settings section (#29283) 2025-05-05 18:02:53 -04:00
r.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
racket.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
rego.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
roc.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
rst.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
ruby.md Rename debug: commands to dev: (#30675) 2025-05-14 11:15:27 +02:00
rust.md docs: Add missing quote in JSON snippet (#30303) 2025-05-08 19:25:05 +00:00
scala.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
scheme.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
sh.md docs: Fix shfmt github url (#30667) 2025-05-14 10:47:33 +02:00
svelte.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
swift.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
tailwindcss.md docs: Remove empty Tree-sitter grammar link in the Tailwind docs (#25426) 2025-02-23 10:33:03 -05:00
terraform.md terraform: Extract to zed-extensions/terraform repository (#26475) 2025-03-11 19:10:51 +00:00
toml.md docs: TOML LSP (Taplo) requires a manual restart to apply changes (#29504) 2025-04-27 11:53:55 -04:00
typescript.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
uiua.md uiua: Extract to zed-extensions/uiua repository (#26587) 2025-03-12 19:55:37 +00:00
vue.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
xml.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
yaml.md docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
yara.md docs: Add Yara language extension (#28693) 2025-04-14 12:40:13 -04:00
yarn.md docs: Format docs (#15352) 2024-07-27 14:52:21 -04:00
zig.md zig: Extract to zed-extensions/zig repository (#26569) 2025-03-12 18:28:26 +00:00