vim-cpp icon indicating copy to clipboard operation
vim-cpp copied to clipboard

Added highlighting for C++23 size suffixes in integer literals

Open jecs opened this issue 11 months ago • 2 comments

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.

jecs avatar Mar 27 '24 16:03 jecs

LGTM

mattn avatar Mar 27 '24 16:03 mattn