Skip to content

Commit 3dbde82

Browse files
committed
Fix json formatting
1 parent d459c78 commit 3dbde82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,14 @@ Choose `haskell-language-server` in the extension setting `languageServerHaskell
301301

302302
```json
303303
{
304-
"clients": {
305-
"haskell-ide-engine": {
306-
"command": ["haskell-language-server-wrapper", "--lsp"],
307-
"scopes": ["source.haskell"],
308-
"syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"],
309-
"languageId": "haskell",
304+
"clients": {
305+
"haskell-ide-engine": {
306+
"command": ["haskell-language-server-wrapper", "--lsp"],
307+
"scopes": ["source.haskell"],
308+
"syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"],
309+
"languageId": "haskell",
310+
},
310311
},
311-
},
312312
}
313313
```
314314

@@ -329,7 +329,7 @@ Coc is recommend since it is the only complete LSP implementation for Vim and Ne
329329
Follow Coc's [installation instructions](https://github.com/neoclide/coc.nvim).
330330
Then issue `:CocConfig` and add the following to your Coc config file.
331331

332-
```jsonc
332+
```json
333333
"languageserver": {
334334
"haskell": {
335335
"command": "haskell-language-server-wrapper",

0 commit comments

Comments
 (0)