Skip to content

Commit

Permalink
Expose getCompletionsLSP to allow completions in hls
Browse files Browse the repository at this point in the history
  • Loading branch information
korayal authored and mpickering committed May 13, 2020
1 parent 556c827 commit 2f56d5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Development/IDE/Plugin/Completions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
{-# LANGUAGE TypeFamilies #-}
#include "ghc-api-version.h"

module Development.IDE.Plugin.Completions(plugin) where
module Development.IDE.Plugin.Completions
(
plugin
, getCompletionsLSP
) where

import Control.Applicative
import Language.Haskell.LSP.Messages
Expand Down

0 comments on commit 2f56d5f

Please sign in to comment.