vim-cpp
vim-cpp copied to clipboard
Added highlighting for C++23 size suffixes in integer literals
C++23 added support for z
and Z
size suffixes that can be combined with u
or U
. More information can be found on the integer literal page of cppreference.com.
LGTM