ImGuiColorTextEdit
ImGuiColorTextEdit copied to clipboard
only check for comments if the language definition has `mCommentStart`
If I don't define mCommentStart in my LanguageDefinition, everything is marked as comment.
This PR fixes that by checking if mCommentStart is not empty.
(also simplified x == false to !x)