Skip to content

Commit 2e6a532

Browse files
committed
Update CompletionKind.
1 parent ad978d2 commit 2e6a532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/default/src/Ide/Plugin/Pragmas.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ completion lspFuncs _ide complParams = do
185185
buildCompletion p =
186186
CompletionItem
187187
{ _label = p,
188-
_kind = Nothing,
188+
_kind = Just CiKeyword,
189189
_tags = List [],
190190
_detail = Nothing,
191191
_documentation = Nothing,

0 commit comments

Comments
 (0)