BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

Multi-Line comments are incorrectly detected as the entire file #127

Open jdunlap opened 3 years ago

jdunlap commented 3 years ago

If LanguageDefinition.mSingleLineComment is left blank, then all lines are detected as being a comment. This PR fixes this issue.