ZIm/crates/languages/src
Isac Ljung db28b9bbde
Add typescript-language-server and vtsls to list of available language servers (#26046)
Add the typescript language severs as lsp adapters.
This would allow language extensions to use them.
For example using on vue files to be able to run the vue-language-server
in
[hybridMode](https://github.com/vuejs/language-tools?tab=readme-ov-file#hybrid-mode-configuration-requires-vuelanguage-server-version-200).

Release Notes:

- Added `vtsls` and `typescript-language-server` to the list of
available language servers.
2025-03-04 15:49:27 -05:00
..
bash Improve Bash syntax highlighting (#25324) 2025-02-21 10:36:07 -05:00
c Improve C and C++ syntax highlighting (#25325) 2025-02-21 12:01:39 -05:00
cpp Improve C++ highlighting for sized type specifiers (#25362) 2025-02-21 16:57:57 -05:00
css vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
diff Improve diff syntax highlighting queries (#21740) 2024-12-12 15:18:36 -08:00
gitcommit Rework shared commit editors (#24274) 2025-02-05 15:36:24 +00:00
go Improve Go syntax highlighting (#25327) 2025-02-21 11:32:14 -05:00
gomod Add "tool" support to go.mod (#22995) 2025-01-15 17:44:28 +02:00
gowork File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
javascript Add constructor highlighting for JS/TS/TSX (#25207) 2025-03-02 00:43:51 +00:00
jsdoc Add language icons to the language selector (#21298) 2024-12-02 15:01:09 -03:00
json Update bundled JSON schemas (2025-02-28) (#25826) 2025-02-28 16:32:16 -05:00
jsonc Improve JSON syntax highlighting (#25329) 2025-02-21 15:59:32 +00:00
markdown vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
markdown-inline Hide Markdown-Inline language from users with a new 'hidden' flag on language configs (#17104) 2024-08-29 11:23:33 -07:00
python python: Fix and improve highlighting (#25813) 2025-03-04 08:41:10 +01:00
regex Fix regex search colors (#25962) 2025-03-03 15:55:07 -07:00
rust rust: Fix test/doctest tasks showing up outside of tests (#25787) 2025-02-28 00:48:19 +01:00
tsx Add constructor highlighting for JS/TS/TSX (#25207) 2025-03-02 00:43:51 +00:00
typescript Add constructor highlighting for JS/TS/TSX (#25207) 2025-03-02 00:43:51 +00:00
yaml vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
bash.rs Allow auto-indenting with syntax errors when using regex-based indent matches to improve bash auto-indent behavior (#24160) 2025-02-03 21:34:37 -06:00
c.rs Fix completion details on new clangd versions (#25405) 2025-03-04 14:30:03 +02:00
css.rs Enable CSS, JSON, Python, and Tailwind to lookup LSP installed in PATH (#22037) 2025-02-04 14:50:49 -05:00
go.rs lsp: Use available workspace folders in initialize params (#25753) 2025-02-27 16:45:59 +01:00
json.rs Enable package-version-server lookup in PATH (#23849) 2025-02-19 19:46:38 +00:00
lib.rs Add typescript-language-server and vtsls to list of available language servers (#26046) 2025-03-04 15:49:27 -05:00
python.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
rust.rs rust: Fix test/doctest tasks showing up outside of tests (#25787) 2025-02-28 00:48:19 +01:00
tailwind.rs Enable CSS, JSON, Python, and Tailwind to lookup LSP installed in PATH (#22037) 2025-02-04 14:50:49 -05:00
typescript.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
vtsls.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
yaml.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00