diff --git a/tools/vslol/CppKeywordClassifier.cs b/tools/vslol/CppKeywordClassifier.cs index 08a52a41..e704ee81 100644 --- a/tools/vslol/CppKeywordClassifier.cs +++ b/tools/vslol/CppKeywordClassifier.cs @@ -64,7 +64,7 @@ class CppKeywordClassifier : IClassifier private static const string[] m_all_types = { - "void|bool|int|signed|unsigned|char|short|long|float|double"; + "void|bool|int|signed|unsigned|char|short|long|float|double", "class|struct|union|template|namespace|typename|typedef", "inline|restrict|export|explicit|mutable", "static|register|auto|volatile|extern|const"