We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d85cb3 + 8b7dd44 commit 592e883Copy full SHA for 592e883
lsp-haskell.el
@@ -263,6 +263,8 @@ and `lsp-haskell-server-args' and `lsp-haskell-server-wrapper-function'."
263
;; This is somewhat irrelevant, but it is listed in lsp-language-id-configuration, so
264
;; we should set something consistent here.
265
:language-id "haskell"
266
+ ;; This is required for completions to works inside language pragma statements
267
+ :completion-in-comments? t
268
))
269
270
;; ---------------------------------------------------------------------
0 commit comments