Skip to content

Commit

Permalink
completion: use Text for Macro{Instantiation,Definition}
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Nov 10, 2019
1 parent c6c2347 commit b9369e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/textDocument_completion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ CompletionItemKind GetCompletionKind(CXCursorKind cursor_kind) {

case CXCursor_MacroInstantiation:
case CXCursor_MacroDefinition:
return CompletionItemKind::Interface;
return CompletionItemKind::Text;

case CXCursor_Namespace:
case CXCursor_NamespaceAlias:
Expand Down

0 comments on commit b9369e0

Please sign in to comment.