ZIm/crates/languages/src
Thorsten Ball 98cf494057
Fix broken ESLint by pinning to 2.2.20-Insiders release (#9215)
This fixes #9213 by pinning ESLint to `2.2.20-Insiders` which is the
last known version to work well with Zed.

Once this fix is out, we can take a closer look at upgrading to 2.4.x or
even 3.x once that's out of prerelease.

Release Notes:

- Fixed ESLint integration being broken after Mar 7 2024 due to ESLint
3.0.1 alpha release being pushed.
([#9213](https://github.com/zed-industries/zed/issues/9213)).
2024-03-12 11:20:25 +01:00
..
astro chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
bash chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
c chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
clojure Add .cljc, .edn, & .bb to Clojure filename extensions (#8285) 2024-02-23 23:46:27 +02:00
cpp chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
csharp chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
css chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
dart chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
dockerfile chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
elixir Add Elixir symbols in outline view (#8761) 2024-03-07 19:35:01 -07:00
elm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
erb chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
erlang chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
gleam chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
glsl chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
go chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
gomod chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
gowork chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
haskell chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
hcl chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
heex chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
html Fix <!DOCTYPE html> syntax highlighting (#9108) 2024-03-11 09:56:35 +02:00
javascript chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
json chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
lua chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
markdown chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
nix chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
nu chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
ocaml ocaml: Small query improvements and fix autoclose brackets (#7769) 2024-02-24 19:06:25 -05:00
ocaml-interface ocaml: Small query improvements and fix autoclose brackets (#7769) 2024-02-24 19:06:25 -05:00
php chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
prisma chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
proto chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
purescript chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
python chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
racket chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
ruby Fix completion-filtering by checking actual word boundaries & reduce Ruby word chars (#9170) 2024-03-11 20:38:37 +01:00
rust chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
scheme chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
svelte chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
terraform chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
terraform-vars chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
toml chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
tsx chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
typescript chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
vue chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
yaml chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
zig Zig outline view (#8122) 2024-02-29 17:24:35 -08:00
astro.rs Enable clippy::redundant_closure_call (#8840) 2024-03-04 12:38:18 -05:00
c.rs clangd: download the correct binary on Linux (#8820) 2024-03-04 16:58:58 +02:00
clojure.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
csharp.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
css.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
dart.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
deno.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
dockerfile.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
elixir.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
elm.rs Enable clippy::redundant_closure_call (#8840) 2024-03-04 12:38:18 -05:00
erlang.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
gleam.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
go.rs Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00
haskell.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
html.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
json.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
lib.rs Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00
lua.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
nu.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
ocaml.rs Enable clippy::identity_op (#8773) 2024-03-03 11:05:08 -05:00
php.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
prisma.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
purescript.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
python.rs Fix some comments (#8760) 2024-03-03 07:55:42 -05:00
ruby.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
rust.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
svelte.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
tailwind.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
terraform.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
toml.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
typescript.rs Fix broken ESLint by pinning to 2.2.20-Insiders release (#9215) 2024-03-12 11:20:25 +01:00
uiua.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
vue.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
yaml.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
zig.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00