mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
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:
parent
81c2df7276
commit
ac7dadcc6d
1 changed files with 4 additions and 0 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue