Squalr/Squally

Syntax Highlighting for Floats Doesn't Capture Negative Sign

zcanann opened this issue · 1 comments

In the string "-1.0f", only the "1.0f" gets syntax highlighting. The negative sign should get captured too.

See: CodeWindow.cpp, specifically where CodeWindow::NumberColor is assigned. Somehow the token does not include the negative, needs some investigating.

Not being tracked here anymore