From 04e2feaeacfe948404f07868819947934111264f Mon Sep 17 00:00:00 2001 From: Valentin Kettner Date: Fri, 17 Jan 2020 08:37:38 +0100 Subject: [PATCH] Explicitly mention that C is supported --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index cf50265..3e8e358 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # What is clangd? -clangd understands your C++ code and adds smart features to your editor: +clangd understands your C and C++ code and adds smart features to your editor: code completion, compile errors, go-to-definition and more. `clangd` is a _language server_ that can work with many editors via a plugin.