Skip to content

Commit ebfd4d1

Browse files
committed
docs: update badges
1 parent 4abfdc1 commit ebfd4d1

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

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

4-
[![Build Status](https://github.com/tree-sitter/tree-sitter-ocaml/workflows/build/badge.svg)](https://github.com/tree-sitter/tree-sitter-ocaml/actions?query=workflow%3Abuild)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-ocaml/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-ocaml)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-ocaml)
58

69
OCaml grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
710

@@ -14,6 +17,12 @@ require('tree-sitter-ocaml').interface;
1417

1518
References
1619

17-
* [OCaml language reference](https://ocaml.org/manual/language.html)
18-
* [OCaml language extensions](https://ocaml.org/manual/extn.html)
19-
* [OCaml parser](https://github.com/ocaml/ocaml/blob/trunk/parsing/parser.mly)
20+
- [OCaml language reference](https://ocaml.org/manual/language.html)
21+
- [OCaml language extensions](https://ocaml.org/manual/extn.html)
22+
- [OCaml parser](https://github.com/ocaml/ocaml/blob/trunk/parsing/parser.mly)
23+
24+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-ocaml/ci.yml?logo=github&label=CI
25+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
26+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
27+
[npm]: https://img.shields.io/npm/v/tree-sitter-ocaml?logo=npm
28+
[crates]: https://img.shields.io/crates/v/tree-sitter-ocaml?logo=rust

0 commit comments

Comments
 (0)