File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
510Haskell 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
Original file line number Diff line number Diff line change @@ -1834,7 +1834,7 @@ instance A
18341834layout: carriage return
18351835================================================================================
18361836
1837- a = a
1837+ a = a
18381838a = a
18391839
18401840--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments