From d4fcc879a4031c94b31bea28363f8a3284ed5702 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 6 Apr 2024 21:29:25 +0200 Subject: [PATCH] docs: update README.md base on template --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b784998..0c23a7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ tree-sitter-wgsl-bevy ===================== +[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-wgsl_bevy/actions/workflows/ci.yml) +[![discord][discord]](https://discord.gg/w7nTvsVJhm) +[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org) +[![npm][npm]](https://www.npmjs.com/package/tree-sitter-wgsl_bevy) +[![crates][crates]](https://crates.io/crates/tree-sitter-wgsl_bevy) +[![pypi][pypi]](https://pypi.org/project/tree-sitter-wgsl_bevy) + This is a extension of [tree-sitter-wgsl](https://github.com/szebniok/tree-sitter-wgsl) to support the [Bevy](https://bevyengine.org/) preprocessor. -Work in progress... +[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-wgsl_bevy/ci.yml?logo=github&label=CI +[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord +[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix +[npm]: https://img.shields.io/npm/v/tree-sitter-wgsl_bevy?logo=npm +[crates]: https://img.shields.io/crates/v/tree-sitter-wgsl_bevy?logo=rust +[pypi]: https://img.shields.io/pypi/v/tree-sitter-wgsl_bevy?logo=pypi&logoColor=ffd242