Open msimonsson opened 10 years ago
I added binary literal in #31. Please review it if you can. And as far as I tried, digit separater seems not to be broken in current highlighting.
I noticed that digit separater may break highlight.
int main()
{
111'2'333;
return 0;
}
Here, '2'
is highlighted by Character
and other parts are highlighted by Number
.
Clang 3.4 supports both: http://clang.llvm.org/cxx_status.html#cxx14
I'm new to Vim syntax files, but the following seems to work for binary literals: