From 0954a09171d9b8bbb792a1b4e4ca5be2563f5d17 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Wed, 9 Apr 2025 17:22:14 +0200 Subject: [PATCH] Add 'C/C++' to list of untested languages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cff69a7..3aaed8b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ With Serena, we provide * 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.