Readme, changelog

This commit is contained in:
Michael Panchenko
2025-05-19 12:53:07 +02:00
parent 2b92c48622
commit 8f7a80f759
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ Changes prior to the next official version change will appear here.
* Language Servers:
* Add further file extensions considered by the language servers for Python (.pyi), JavaScript (.jsx) and TypeScript (.tsx, .jsx)
* Updated multilspy, adding support for Kotlin, Dart and C/C++ and several improvements.
* Added support for PhP
# 2025-04-07
+4 -2
View File
@@ -50,14 +50,16 @@ With Serena, we provide
* Python
* Java (_Note_: startup is slow, initial startup especially so)
* TypeScript
* PhP
* Go (need to install go and gopls first)
* Rust
* C/C++
* indirect support (may require some code changes/manual installation) for:
* Ruby (untested)
* Go (untested)
* C# (untested)
* Rust (untested)
* Kotlin (untested)
* Dart (untested)
* C/C++ (untested)
These languages are supported by the language server library [multilspy](https://github.com/microsoft/multilspy), which Serena uses under the hood.
But we did not explicitly test whether the support for these languages actually works.