ZIm/crates/zed/src/languages
2023-11-27 18:46:56 -08:00
..
bash bash: Add highlighting of ANSI c string (#3153) 2023-10-24 09:15:35 +02:00
c Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
cpp Associate extensions with language 2023-08-15 16:33:02 -04:00
css Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
elixir Use 'any-match?' predicate in elixir embedding query 2023-11-27 15:06:20 -08:00
elm Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
erb Add Tailwind autocomplete in ERB, PHP, and Laravel Blade 2023-10-20 12:06:05 -04:00
glsl Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
go Added go parsing for semantic search, and added preceeding comments on go and rust. 2023-07-13 14:33:31 -04:00
heex Magic incantations for Tailwind autocomplete in Svelte, Elixir ~H, Heex 2023-10-19 01:54:42 -04:00
html Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
javascript Use normal JS comments within JSX tags and JSX expression blocks 2023-11-09 10:58:33 -08:00
json Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
lua Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
markdown Merge remote-tracking branch 'origin/main' into assistant-2 2023-06-07 09:34:16 +02:00
nix Add tree-sitter-nix 2023-07-23 17:24:50 -07:00
nu Add syntax highlighting for nu scripts 2023-09-09 15:39:39 -07:00
php Add Tailwind autocomplete in ERB, PHP, and Laravel Blade 2023-10-20 12:06:05 -04:00
python Associate extensions with language 2023-08-15 16:33:02 -04:00
racket wip: picker 2023-11-06 17:09:38 -08:00
ruby Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
rust move collapsed only matches outside item parent in embedding.scm 2023-10-03 11:56:45 +03:00
scheme Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
svelte Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
toml Add syntax highlighting for Cargo.toml files 2023-08-07 17:24:22 -04:00
tsx Use normal JS comments within JSX tags and JSX expression blocks 2023-11-09 10:58:33 -08:00
typescript Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
uiua Add uiua and nu languages 2023-11-27 18:46:56 -08:00
vue Piotr/z 651 vue support (#3123) 2023-10-13 18:58:59 +02:00
yaml Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
c.rs Merge branch 'main' into multi-server-completions-tailwind 2023-08-30 22:58:37 -04:00
css.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
elixir.rs Actually find downloaded binary in Elixir cached binary method 2023-11-06 11:18:36 -05:00
go.rs Initial unstyled language server short name in completions 2023-08-28 11:27:45 -04:00
html.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
json.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
language_plugin.rs Fix plugin LSP adapter intefrace 2023-08-31 15:32:24 +03:00
lua.rs Change from try (reserved keyword) to maybe 2023-10-25 07:10:21 -07:00
nu.rs Add uiua and nu languages 2023-11-27 18:46:56 -08:00
php.rs Revert unnecessary style changes 2023-10-12 16:17:41 +03:00
python.rs Fix Python's cached binary retrieval being borked 2023-09-08 12:09:31 -04:00
ruby.rs Initial unstyled language server short name in completions 2023-08-28 11:27:45 -04:00
rust.rs rust: Highlight async functions in completions (#3095) 2023-10-06 14:43:03 +02:00
svelte.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
tailwind.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00
typescript.rs Get tsserver running again 2023-11-08 16:51:54 -05:00
uiua.rs Add uiua and nu languages 2023-11-27 18:46:56 -08:00
vue.rs vue: use anyhow::ensure instead of asserting on filesystem state (#3173) 2023-10-26 10:16:21 +02:00
yaml.rs Move prettier parsers data into languages from LSP adapters 2023-10-21 01:14:03 +02:00