tomasiser/vim-code-dark

First digit after separator in literal in comment C++

Opened this issue · 0 comments

In C++ literals get formatted separately from the rest of a comment they're embedded in. For a numeric literal with separators, the first digit after the separator is formatted even less correctly.

image