clearSyntax method

bool clearSyntax()

Removes syntax decorations while preserving every other layer.

Implementation

bool clearSyntax() => clearDecorationLayer(textSyntaxDecorationLayerKey);