c.vim
c.vim copied to clipboard
Fix and improve handling of sizeof
- The 'f' in sizeof is not highlighted correctly
- If we see
sizeof(struct ...)orsizeof(class ....)then the content of the sizeof is likely a type. Otherwise, we don't really know
in C++, noexcept(false) also has the t not highlighted as part of the keyword. Probably this is related?