Hi there, I’ve just installed colorcoder to sublime-text3, and there is some funkyness going on with c++.
What I mean is, it colorcoder considers the whitespace next to the identifiers to be part of them, so tabs show up to be the same color as the identifier next to it.
Also the open parenthesis next to an identifier is also considered part of it, but not the close parenthesis.
Sometimes, with enough indentation, the identifier will remain the same color if I add more indentation, but the tabs will still be colored, and their color chages if I add more tabs, and in the case I have an open parenthesis right after the identifier, the parenthesis will be the same color as the tabs, but not the identifier.