-
-
Notifications
You must be signed in to change notification settings - Fork 37
Improve architecture for FormattingSpecs #88
Copy link
Copy link
Open
Description
Instead of a list of [FormattingSpec], let's have a FormattingSpecMap.
Define Monoid for this so that if you have two formatting specs for the same character, one a single-matcher and the other a double-matcher, the right thing happens.
See #87 for motivation.
Currently we build the FormattingSpecMap properly in Inlines, but it might be more efficient just to make this the data structure defined in the syntax.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels