File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# tree-sitter-haskell
2
2
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 )
4
9
5
10
Haskell grammar for [ tree-sitter] .
6
11
@@ -381,3 +386,9 @@ This requires `graphviz` to be installed.
381
386
[ ext ] : https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/exts/table.html
382
387
[ cli ] : https://github.com/tree-sitter/tree-sitter/tree/master/cli
383
388
[ 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
Original file line number Diff line number Diff line change @@ -1834,7 +1834,7 @@ instance A
1834
1834
layout: carriage return
1835
1835
================================================================================
1836
1836
1837
- a = a
1837
+ a = a
1838
1838
a = a
1839
1839
1840
1840
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments