Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jul 19, 2018
1 parent 46d397f commit 19fa911
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ccls

ccls is a rewrite of cquery (originally written by Jacob Dufault),
a C/C++/Objective-C language server.
[![Telegram](https://img.shields.io/badge/[email protected])](https://telegram.me/cclsp)
[![Gitter](https://img.shields.io/badge/gitter-ccls--project-blue.svg?logo=gitter-white)](https://gitter.im/ccls-project/ccls)

ccls, which originates from [cquery](https://github.com/cquery-project/cquery), is a C/C++/Objective-C language server.

* code completion (with both signature help and snippets)
* [definition](src/messages/text_document_definition.cc)/[references](src/messages/text_document_references.cc), and other cross references
Expand Down

0 comments on commit 19fa911

Please sign in to comment.