MatchToAttribute typedef

MatchToAttribute = TextAttribute Function(RegExpMatch)

Signature for function that creates or gets a TextAttribute for a given RegExpMatch. Used by FormatRule.

Implementation

typedef MatchToAttribute = TextAttribute Function(RegExpMatch);