languages/react: init/split off

This commit is contained in:
Snoweuph 2026-05-17 00:52:14 +02:00
commit b71d4b3800
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
6 changed files with 199 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`