Skip to content

Commit 4d6a81c

Browse files
committed
docs: update badges
1 parent a635c0c commit 4d6a81c

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-typescript
22

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

89
TypeScript and TSX grammars for [tree-sitter][].
910

@@ -22,3 +23,9 @@ For Javascript files with [flow] type annotations you can use the the `tsx` pars
2223
References
2324

2425
- [TypeScript Language Spec](https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md)
26+
27+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-typescript/ci.yml?logo=github&label=CI
28+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
29+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
30+
[npm]: https://img.shields.io/npm/v/tree-sitter-typescript?logo=npm
31+
[crates]: https://img.shields.io/crates/v/tree-sitter-typescript?logo=rust

0 commit comments

Comments
 (0)