sublime-cpp11 icon indicating copy to clipboard operation
sublime-cpp11 copied to clipboard

Syntax highlight error on split lines

Open jesseengel opened this issue 11 years ago • 0 comments

When a line is interrupted like

auto test =
        split<bool>(parser.getStringParam("test"), delim);

It produces different syntax than an uninterupted line

auto test = split<bool>(parser.getStringParam("test"), delim);

jesseengel avatar Jan 29 '15 18:01 jesseengel