Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 17, 2023
1 parent 6e6eb2a commit aa0409d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
/src/** linguist-vendored
/examples/* linguist-vendored

src/grammar.json linguist-generated
src/node-types.json linguist-generated
src/parser.c linguist-generated

src/grammar.json -diff
src/node-types.json -diff
src/parser.c -diff
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
tree-sitter-cpp
==================
# tree-sitter-cpp

[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-cpp.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-cpp)
[![Build status](https://ci.appveyor.com/api/projects/status/fbj5gq4plxaiakiw/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-cpp/branch/master)
[![CI](https://github.com/tree-sitter/tree-sitter-cpp/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-cpp/actions/workflows/ci.yml)
[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)
[![Rust Crate](https://img.shields.io/crates/v/tree-sitter-cpp.svg)](https://crates.io/crates/tree-sitter-cpp)
[![Node Package](https://img.shields.io/npm/v/tree-sitter-cpp.svg)](https://www.npmjs.com/package/tree-sitter-cpp)

C++ grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

# References
## References

* [Hyperlinked C++ BNF Grammar](http://www.nongnu.org/hcb/)
* [EBNF Syntax: C++](http://www.externsoft.ch/download/cpp-iso.html)
- [Hyperlinked C++ BNF Grammar](http://www.nongnu.org/hcb/)
- [EBNF Syntax: C++](http://www.externsoft.ch/download/cpp-iso.html)

0 comments on commit aa0409d

Please sign in to comment.