Merge branch 'main' into doc-lsp-cleanup

This commit is contained in:
Snoweuph 2026-05-20 18:06:47 +02:00 committed by GitHub
commit 588e595fc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 285 additions and 39 deletions

View file

@ -118,6 +118,10 @@
SCSS/SASS. This also changes the default LSP to `some-sass-language-server`
for SCSS/SASS.
- Split React/TSX from `languages.typescript` into `languages.tsx`. This new
module provides jsx/tsx support. This is a step of cleaning up the Typescript
module for the future.
[CaueAnjos](https://github.com/caueanjos)
- Renamed `roslyn_ls` to `roslyn-ls`
@ -402,6 +406,8 @@
- Added `asmfmt` and `nasmfmt` formatters to `languages.asm`.
- Added `astyle`, `indent` and `clang-format` to `languages.clang` formatters.
- Added `biome-check` and `biome-organize-imports` formatters to `languages.ts`.
- Added [`biomejs`](https://biomejs.dev/) as extra diagnostics provider to