aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangbackend/source/tokeninfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangbackend/source/tokeninfo.cpp')
-rw-r--r--src/tools/clangbackend/source/tokeninfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clangbackend/source/tokeninfo.cpp b/src/tools/clangbackend/source/tokeninfo.cpp
index de40a954e1..47b8188986 100644
--- a/src/tools/clangbackend/source/tokeninfo.cpp
+++ b/src/tools/clangbackend/source/tokeninfo.cpp
@@ -317,6 +317,7 @@ void TokenInfo::typeKind(const Cursor &cursor)
m_types.mixinHighlightingTypes.push_back(HighlightingType::Namespace);
return;
case CXCursor_TypeAliasDecl:
+ case CXCursor_TypeAliasTemplateDecl:
m_types.mixinHighlightingTypes.push_back(HighlightingType::TypeAlias);
return;
case CXCursor_TypedefDecl: