Function TextEdit.syntaxHighlighting
If true
, any custom color properties that have been set for this TextEdit
will be visible.
bool syntaxHighlighting() nothrow @property @nogc;
void syntaxHighlighting
(
bool v
) nothrow @property @nogc;