Skip to content

Commit

Permalink
feat(registry): add struct mapping for the Rust docset
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Apr 11, 2019
1 parent b22ad78 commit 0e3e427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/registry/docset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ QString Docset::parseSymbolType(const QString &str)
// Protocol
{QStringLiteral("intf"), QStringLiteral("Protocol")},
// Structure
{QStringLiteral("_Struct"), QStringLiteral("Structure")},
{QStringLiteral("struct"), QStringLiteral("Structure")},
{QStringLiteral("Data Structures"), QStringLiteral("Structure")},
{QStringLiteral("Struct"), QStringLiteral("Structure")},
Expand Down

0 comments on commit 0e3e427

Please sign in to comment.