Skip to content

Commit 438d694

Browse files
committed
docs: update badges
1 parent 949b780 commit 438d694

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# tree-sitter-html
22

3-
[![build](https://github.com/tree-sitter/tree-sitter-html/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-html/actions/workflows/ci.yml)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-html/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-html)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-html)
48

59
HTML grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
610

711
References
812

9-
* [The HTML5 Spec](https://www.w3.org/TR/html5/syntax.html)
13+
- [The HTML5 Spec](https://www.w3.org/TR/html5/syntax.html)
14+
15+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-html/ci.yml?logo=github&label=CI
16+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
17+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
18+
[npm]: https://img.shields.io/npm/v/tree-sitter-html?logo=npm
19+
[crates]: https://img.shields.io/crates/v/tree-sitter-html?logo=rust

0 commit comments

Comments
 (0)