SedReplaceSettings

All sed-replace plugin settings, gathered in a struct.

version(WithSedReplacePlugin)
private
@Settings
struct SedReplaceSettings {}

Members

Variables

enabled
bool enabled;

Toggles whether or not the plugin should react to events at all.

relaxSyntax
bool relaxSyntax;

Toggles whether or not replacement expressions have to properly end with the delimiter (s/abc/ABC/), or if it may be omitted (s/abc/ABC).