justinpombrio / partial-pretty-printer

A pretty printing library for formatting source code in any language, which can efficiently print just part of a document.
Apache License 2.0
3 stars 0 forks source link

Unified Styles #16

Closed justinpombrio closed 8 months ago

justinpombrio commented 8 months ago

Merge "marks" and "styles", into a single thing called "styles".

All handled in ConsolidatedNotation.

Checklist:

justinpombrio commented 8 months ago

Add a StyleLabel field to Notation::Indent so that you can style just the indentation. Not needed for Literal or Text.

e-matteson commented 8 months ago

Done in PR #17.