Skip to content

Commit d91c392

Browse files
committed
docs: update README.md base on template
1 parent c89d08f commit d91c392

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
tree-sitter-wgsl-bevy
22
=====================
33

4+
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-wgsl_bevy/actions/workflows/ci.yml)
5+
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
6+
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-wgsl_bevy)
8+
[![crates][crates]](https://crates.io/crates/tree-sitter-wgsl_bevy)
9+
[![pypi][pypi]](https://pypi.org/project/tree-sitter-wgsl_bevy)
10+
411
This is a extension of [tree-sitter-wgsl](https://github.com/szebniok/tree-sitter-wgsl) to support
512
the [Bevy](https://bevyengine.org/) preprocessor.
613

7-
Work in progress...
14+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-wgsl_bevy/ci.yml?logo=github&label=CI
15+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
16+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
17+
[npm]: https://img.shields.io/npm/v/tree-sitter-wgsl_bevy?logo=npm
18+
[crates]: https://img.shields.io/crates/v/tree-sitter-wgsl_bevy?logo=rust
19+
[pypi]: https://img.shields.io/pypi/v/tree-sitter-wgsl_bevy?logo=pypi&logoColor=ffd242

0 commit comments

Comments
 (0)