ide: C++ 11 keywords highlighting (thanks Klugier)

git-svn-id: svn://ultimatepp.org/upp/trunk@6258 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-08-25 08:11:37 +00:00
parent 81c2df7276
commit ac7dadcc6d

View file

@ -270,6 +270,10 @@ void CodeEditor::InitKeywords()
"double", "__leave", "static_cast",
"dynamic_cast", "long", "__stdcall", "while",
"force_inline",
// C++11
"char16_t", "char32_t", "constexpr", "decltype",
"noexcept", "nullptr", "static_assert",
"override", "final",
NULL
};
static const char *cs[] = {