Skip to content

Commit ba22e4e

Browse files
committed
docs: update badges
1 parent ea8f3fd commit ba22e4e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
tree-sitter-regex
2-
===========================
1+
# tree-sitter-regex
32

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

69
Regex grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
10+
11+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-regex/ci.yml?logo=github&label=CI
12+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
13+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
14+
[npm]: https://img.shields.io/npm/v/tree-sitter-regex?logo=npm
15+
[crates]: https://img.shields.io/crates/v/tree-sitter-regex?logo=rust

0 commit comments

Comments
 (0)