Colorer-schemes
Colorer-schemes copied to clipboard
C++11
C++11 added lambdas, e.g.
std::sort(x.begin(), x.end(), [] (int a, int b) { return a > b; });
but Colorer still seems to consider "{" appearing inside parentheses to be errors. Is there any easy way to fix this?