Skip to content

Commit 592e883

Browse files
authored
Merge pull request emacs-lsp#96 from gdevanla/patch-1
add completion-in-comment settings while registering as lsp-client
2 parents 4d85cb3 + 8b7dd44 commit 592e883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lsp-haskell.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ and `lsp-haskell-server-args' and `lsp-haskell-server-wrapper-function'."
263263
;; This is somewhat irrelevant, but it is listed in lsp-language-id-configuration, so
264264
;; we should set something consistent here.
265265
:language-id "haskell"
266+
;; This is required for completions to works inside language pragma statements
267+
:completion-in-comments? t
266268
))
267269

268270
;; ---------------------------------------------------------------------

0 commit comments

Comments
 (0)