diff options
Diffstat (limited to 'vendor/tree-sitter-zig/README.upstream.md')
| -rw-r--r-- | vendor/tree-sitter-zig/README.upstream.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/tree-sitter-zig/README.upstream.md b/vendor/tree-sitter-zig/README.upstream.md new file mode 100644 index 0000000..88c41fe --- /dev/null +++ b/vendor/tree-sitter-zig/README.upstream.md | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # tree-sitter-zig | ||
| 2 | |||
| 3 | [![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-zig/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-zig) | ||
| 7 | [![npm][npm]](https://www.npmjs.com/package/@tree-sitter-grammars/tree-sitter-zig) | ||
| 8 | [![pypi][pypi]](https://pypi.org/project/tree-sitter-zig) | ||
| 9 | |||
| 10 | Zig grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). | ||
| 11 | |||
| 12 | ## References | ||
| 13 | |||
| 14 | - [Zig Grammar](https://github.com/ziglang/zig-spec/blob/master/grammar/grammar.y) | ||
| 15 | |||
| 16 | [ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-zig/ci.yml?logo=github&label=CI | ||
| 17 | [discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord | ||
| 18 | [matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix | ||
| 19 | [npm]: https://img.shields.io/npm/v/@tree-sitter-grammars/tree-sitter-zig?logo=npm | ||
| 20 | [crates]: https://img.shields.io/crates/v/tree-sitter-zig?logo=rust | ||
| 21 | [pypi]: https://img.shields.io/pypi/v/tree-sitter-zig?logo=pypi&logoColor=ffd242 | ||
