Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 60c5d3a

Browse files
jlebarfendor
authored andcommitted
README.md: Change display of settings.json sample
The `settings.json` sample is not valid JSON, it's more of a JSON schema. Using JSON highlighting causes github to (un)helpfully highlights the "errors". Also fix a minor grammar mistake.
1 parent 51b9739 commit 60c5d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ In general, executing targets with `cabal` instead of `stack` have the same beha
311311

312312
If you installed multiple versions of HIE then you will need to use a wrapper script.
313313
Wrapper script will analyze your project, find suitable version of HIE and launch it.
314-
Enable it by editing VS Code settings like that:
314+
Enable it by editing VS Code settings like this:
315315

316316
```json
317317
"languageServerHaskell.useCustomHieWrapper": true,
@@ -321,7 +321,7 @@ Enable it by editing VS Code settings like that:
321321
## Configuration
322322
There are some settings that can be configured via a `settings.json` file:
323323

324-
```json
324+
```
325325
{
326326
"languageServerHaskell": {
327327
"hlintOn": Boolean,

0 commit comments

Comments
 (0)