Skip to content

Commit 0f64733

Browse files
authored
Merge pull request #587 from andys8/patch-1
README: hlint is supported
2 parents 372a12e + 655e08a commit 0f64733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Here is a list of the additional settings currently supported by `haskell-langua
292292
- Diagnostics on change (`haskell.diagnosticsOnChange`, default true): (currently unused)
293293
- Completion snippets (`haskell.completionSnippetsOn`, default true): whether to support completion snippets (currently unused until we have snippets to provide)
294294
- Liquid Haskell (`haskell.liquidOn`, default false): whether to enable Liquid Haskell support (currently unused until the Liquid Haskell support is functional again)
295-
- Hlint (`haskell.hlintOn`, default true): whether to enable Hlint support (currently unused until the Hlint support is functional again)
295+
- Hlint (`haskell.hlintOn`, default true): whether to enable Hlint support
296296

297297
Settings like this are typically provided by the language-specific LSP client support for your editor, for example in Emacs by `lsp-haskell`.
298298

0 commit comments

Comments
 (0)