Skip to content

Commit e02f003

Browse files
committed
docs: update badges
1 parent 1abd3d9 commit e02f003

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# tree-sitter-scala
22

3-
[![Test the grammar](https://github.com/tree-sitter/tree-sitter-scala/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-scala/actions/workflows/ci.yml)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-scala/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-scala)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-scala)
48

59
Scala grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
610
covering both Scala 2 and 3.
711

812
## References
913

1014
_Scala 2_
15+
1116
- [The Scala 2 Language Specification](https://www.scala-lang.org/files/archive/spec/2.13/)
1217
- [Scala 2 Syntax Summary](https://www.scala-lang.org/files/archive/spec/2.13/13-syntax-summary.html)
1318

@@ -19,3 +24,9 @@ _Scala 3_
1924

2025
Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on
2126
getting set up.
27+
28+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-scala/ci.yml?logo=github&label=CI
29+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
30+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
31+
[npm]: https://img.shields.io/npm/v/tree-sitter-scala?logo=npm
32+
[crates]: https://img.shields.io/crates/v/tree-sitter-scala?logo=rust

0 commit comments

Comments
 (0)