Skip to content

Commit e29c592

Browse files
committed
docs: update readme
1 parent 4bbd8e6 commit e29c592

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# tree-sitter-haskell
22

3-
[![CI](https://github.com/tree-sitter/tree-sitter-haskell/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-haskell/actions/workflows/ci.yml)
3+
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-haskell/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-haskell)
7+
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-haskell)
8+
[![pypi][pypi]](https://pypi.org/project/tree-sitter-haskell)
49

510
Haskell grammar for [tree-sitter].
611

@@ -381,3 +386,9 @@ This requires `graphviz` to be installed.
381386
[ext]: https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/exts/table.html
382387
[cli]: https://github.com/tree-sitter/tree-sitter/tree/master/cli
383388
[grammar-docs]: https://tree-sitter.github.io/tree-sitter/creating-parsers#writing-the-grammar
389+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-haskell/ci.yml?logo=github&label=CI
390+
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
391+
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
392+
[npm]: https://img.shields.io/npm/v/tree-sitter-haskell?logo=npm
393+
[crates]: https://img.shields.io/crates/v/tree-sitter-haskell?logo=rust
394+
[pypi]: https://img.shields.io/pypi/v/tree-sitter-haskell?logo=pypi&logoColor=ffd242

test/corpus/layout.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ instance A
18341834
layout: carriage return
18351835
================================================================================
18361836

1837-
a = a
1837+
a = a
18381838
a = a
18391839

18401840
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)