mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
CodeEditor: Fixed C++ highlighting, Core: LinuxBeep added gst-play-1.0
git-svn-id: svn://ultimatepp.org/upp/trunk@15358 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
75a12da879
commit
bcebd37a62
2 changed files with 7 additions and 7 deletions
|
|
@ -24,15 +24,15 @@ void CSyntax::InitKeywords()
|
|||
"__finally", "__inline", "__int16", "__int32", "__int64",
|
||||
"__int8", "__leave", "__stdcall", "__try", "__uuidof",
|
||||
"alignas", "alignof", "and", "and_eq", "asm", "auto",
|
||||
"bitand", "bitor", "bool", "break","case", "catch",
|
||||
"bitand", "bitor", "bool", "break", "case", "catch",
|
||||
"char", "char8_t", "char16_t", "char32_t", "class",
|
||||
"co_await", "co_return", "co_yield", "compl", "concept",
|
||||
"const", "const_cast", "consteval", "constexpr", "constinit",
|
||||
"continue", "decltype", "default", "delete", "dllexport",
|
||||
"dllimport", "do", "double", "dynamic_cast", "else", "enum",
|
||||
"explicit", "export", "extern" "false", "final", "float",
|
||||
"explicit", "export", "extern", "false", "final", "float",
|
||||
"for", "force_inline", "friend", "goto", "if", "import",
|
||||
"inline", "int", "long", "module" "mutable", "namespace",
|
||||
"inline", "int", "long", "module", "mutable", "namespace",
|
||||
"never_inline", "new", "noexcept", "not", "not_eq", "nullptr",
|
||||
"operator", "or", "or_eq", "override", "private", "protected",
|
||||
"public", "register", "reinterpret_cast", "requires", "return",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue