Skip to content

Commit 371fd0b

Browse files
committed
docs: add pypi badge
1 parent b125bec commit 371fd0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
66
[![crates][crates]](https://crates.io/crates/tree-sitter-c)
77
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-c)
8+
[![pypi][pypi]](https://pypi.org/project/tree-sitter-c)
89

910
C grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
1011
Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html).
@@ -14,3 +15,4 @@ Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html).
1415
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
1516
[npm]: https://img.shields.io/npm/v/tree-sitter-c?logo=npm
1617
[crates]: https://img.shields.io/crates/v/tree-sitter-c?logo=rust
18+
[pypi]: https://img.shields.io/pypi/v/tree-sitter-c?logo=pypi&logoColor=ffd242

0 commit comments

Comments
 (0)