From 2ebf27441b453957e3a6b26f9b2d5ca269e46a03 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Fri, 17 Nov 2017 09:57:46 -0800 Subject: [PATCH] Mention C in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee035d8..236759ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Join the chat at https://gitter.im/cquery-project/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cquery-project/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -cquery is a highly-scalable, low-latency language server for C++. It is tested +cquery is a highly-scalable, low-latency language server for C/C++. It is tested and designed for large code bases like [Chromium](https://chromium.googlesource.com/chromium/src/). cquery provides accurate and fast semantic analysis without interrupting workflow.