forked from ilai-deutel/kibi
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcpp.ini
8 lines (8 loc) · 1.36 KB
/
cpp.ini
1
2
3
4
5
6
7
8
name=C++
extensions=cpp, hpp, cc, cxx, hxx
highlight_numbers=true
singleline_string_quotes="
singleline_comment_start=//
multiline_comment_delims=/*, */
keywords_1=alignas, alignof, and, and_eq, asm, atomic_cancel, atomic_commit, atomic_noexcept, bitand, bitor, bool, break, case, catch, char, char8_t, char16_t, char32_t, class, compl, concept, const, consteval, constexpr, constinit, const_cast, continue, co_await, co_return, co_yield, decltype, default, delete, do, double, dynamic_cast, else, enum, explicit, export, extern, false, float, for, friend, goto, if, inline, int, long, mutable, namespace, new, noexcept, not, not_eq, nullptr, operator, or, or_eq, private, protected, public, register, reinterpret_cast, return, short, signed, sizeof, static, static_assert, static_cast, struct, switch, template, this, thread_local, throw, true, try, typedef, typeid, typename, union, unsigned, using, virtual, void, volatile, wchar_t, while, xor, xor_eq
keywords_2=concept, requires, typename, template, class, friend, inline, constexpr, consteval, constinit, public, protected, private, export, import, module, using, static_assert, static_cast, dynamic_cast, reinterpret_cast, const_cast, typeid, typename, this, throw, catch, try, operator, new, delete, noexcept, alignas, alignof, and, and_eq, bitand, bitor, compl, not, not_eq, or, or_eq, xor, xor_eq, co_await, co_return, co_yield