Skip to content

Commit 9c47e5d

Browse files
committed
Documentation: Introduce and use HLS abbreviation in plugin tutorial
1 parent 27093c8 commit 9c47e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/plugin-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Let’s write a Haskell Language Server plugin
22
Originally written by Pepe Iborra, maintained by the Haskell community.
33

4-
Haskell Language Server is an LSP server for the Haskell programming language. It builds on several previous efforts
4+
Haskell Language Server (HLS) is an LSP server for the Haskell programming language. It builds on several previous efforts
55
to create a Haskell IDE. You can find many more details on the history and architecture in the [IDE 2020](https://mpickering.github.io/ide/index.html) community page.
66

77
In this article we are going to cover the creation of an HLS plugin from scratch: a code lens to display explicit import lists.
@@ -44,7 +44,7 @@ cabal update
4444
cabal build
4545
```
4646

47-
If you run into any issues trying to build the binaries, the #haskell-language-server IRC chat room in
47+
If you run into any issues trying to build the binaries, the `#haskell-language-server` IRC chat room in
4848
[Libera Chat](https://libera.chat/) is always a good place to ask for help.
4949

5050
Once cabal is done take a note of the location of the `haskell-language-server` binary and point your LSP client to it. In VSCode this is done by editing the "Haskell Server Executable Path" setting. This way you can simply test your changes by reloading your editor after rebuilding the binary.

0 commit comments

Comments
 (0)