From d41a4f4f0c82ae0ca7fbccfd964a9bc12f156b1c Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Fri, 9 Feb 2018 15:35:55 +0100 Subject: [PATCH] Add cquery as an implementation of LSP for C/C++/Objective-C --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 62a2a2f..4ee947a 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -67,4 +67,5 @@ The language servers are listed in chronological order of appearance. | Apache Camel | [Aurélien Pupier (@apupier)](https://github.com/apupier) and [Lars Heinemann](https://github.com/lhein) | [Apache Camel Language Server](https://github.com/lhein/camel-language-server) | | Apex | Salesforce | [VS Code Apex extension](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-apex) | | Visualforce | Salesforce | [VS Code Visualforce extension](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-visualforce) | +| C/C++/Objective-C | [Jacob Dufault](https://github.com/jacobdufault), [MaskRay](https://github.com/MaskRay), [topisani](https://github.com/topisani) | [cquery](https://github.com/jacobdufault/cquery) | {: .table .table-bordered .table-responsive}