languages/typescript: rename languages/ts to languages/typescript and cleanup the module

This commit is contained in:
Snoweuph 2026-03-27 22:25:21 +01:00
commit 83b753ba12
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
6 changed files with 18 additions and 12 deletions

View file

@ -375,7 +375,7 @@ The changes are, in no particular order:
[nezia1](https://github.com/nezia1):
- Add [biome](https://github.com/biomejs/biome) support for Typescript, CSS and
Svelte. Enable them via {option}`vim.languages.ts.format.type`,
Svelte. Enable them via {option}`vim.languages.typescript.format.type`,
{option}`vim.languages.css.format.type` and
{option}`vim.languages.svelte.format.type` respectively.
- Replace [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt) with

View file

@ -102,6 +102,8 @@
- Removed `languages.tailwind` which only provided an LSP. Use
`lsp.presets.tailwindcss-language-server` instead.
- Renamed `languages.ts` to `languages.typescript`.
## Changelog {#sec-release-0-9-changelog}
[SecBear](https://github.com/SecBear):