diff --git a/CHANGELOG.md b/CHANGELOG.md index 1114bcb..a62c46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a81eaba..6995812 100644 --- a/README.md +++ b/README.md @@ -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.