Skip to content

Commit deba2ba

Browse files
committed
docs: update badges
1 parent 4bfdd90 commit deba2ba

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# tree-sitter-python
22

3-
[![CI](https://github.com/tree-sitter/tree-sitter-python/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-python/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-python.svg)](https://crates.io/crates/tree-sitter-python)
6-
[![Node Package](https://img.shields.io/npm/v/tree-sitter-python.svg)](https://www.npmjs.com/package/tree-sitter-python)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-python/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-python)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-python)
78

89
Python grammar for [tree-sitter][].
910

@@ -13,3 +14,9 @@ Python grammar for [tree-sitter][].
1314

1415
- [Python 2 Grammar](https://docs.python.org/2/reference/grammar.html)
1516
- [Python 3 Grammar](https://docs.python.org/3/reference/grammar.html)
17+
18+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-python/ci.yml?logo=github&label=CI
19+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
20+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
21+
[npm]: https://img.shields.io/npm/v/tree-sitter-python?logo=npm
22+
[crates]: https://img.shields.io/crates/v/tree-sitter-python?logo=rust

0 commit comments

Comments
 (0)