Skip to content

Commit 836903c

Browse files
committed
docs: update badges
1 parent e0e8b6d commit 836903c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# tree-sitter-rust
22

3-
[![CI](https://github.com/tree-sitter/tree-sitter-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-rust/actions/workflows/ci.yml)
4-
[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)
5-
[![Rust Crate](https://img.shields.io/crates/v/tree-sitter-rust.svg)](https://crates.io/crates/tree-sitter-rust)
6-
[![Node Package](https://img.shields.io/npm/v/tree-sitter-rust.svg)](https://www.npmjs.com/package/tree-sitter-rust)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-rust/actions/workflows/ci.yml)
4+
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
5+
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
6+
[![crates][crates]](https://crates.io/crates/tree-sitter-rust)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-rust)
78

89
Rust grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
910

@@ -39,3 +40,9 @@ Rust grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
3940
- Archive of the outdated [Syntax Index](https://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/syntax-index.html)
4041
that contains examples of all syntax in Rust cross-referenced with the section
4142
of The Book that describes it.
43+
44+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-rust/ci.yml?logo=github&label=CI
45+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
46+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
47+
[npm]: https://img.shields.io/npm/v/tree-sitter-rust?logo=npm
48+
[crates]: https://img.shields.io/crates/v/tree-sitter-rust?logo=rust

0 commit comments

Comments
 (0)