textmate / c.tmbundle

TextMate support for C
42 stars 34 forks source link

Add highlighting for new C++20 keywords #68

Open sbeyer opened 4 years ago

sbeyer commented 4 years ago

C++20 has a few new keywords definitely coming: co_await, co_return, co_yield, requires, consteval, constinit, concept, char8_t, import, module

See also the vim syntax file

dakka commented 1 week ago

Looks like this project is not being maintained. github still uses it for syntax highlighting.