Skip to content

Switch chat room to matrix #3817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CircleCI][badge-circleci]][circleci]
[![GitHub Testing Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml)
[![GitHub Nix Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml)
[![ircchat][badge-ircchat]][ircchat]
[![matrix][badge-matrix]][matrix]
[![codetriage][badge-codetriage]][codetriage]

[logo]: ./docs/logos/logo-256.png
Expand All @@ -22,8 +22,8 @@
[hackage]: https://hackage.haskell.org/package/haskell-language-server
[badge-codetriage]: https://www.codetriage.com/haskell/haskell-language-server/badges/users.svg
[codetriage]:https://www.codetriage.com/haskell/haskell-language-server
[badge-ircchat]:https://img.shields.io/badge/chat-on%20libera-brightgreen.svg
[ircchat]:https://web.libera.chat/?channels=#haskell-language-server
[badge-matrix]:https://img.shields.io/badge/chat-on%20matrix-brightgreen.svg
[matrix]:https://matrix.to/#/#haskell-language-server:matrix.org
[github-release]:https://github.com/haskell/haskell-language-server/releases/latest

The official Haskell language server (LSP) implementation. Consult the [project documentation](https://haskell-language-server.readthedocs.io/en/latest/) for more details.
Expand Down