summaryrefslogtreecommitdiff
path: root/clformat/data
AgeCommit message (Collapse)Author
2020-11-26Fix some failing testsBenjamin J. Culkin
This fixes two failing tests * One was that when refactoring AestheticDirective, I accidentally broke doing padding before the value. * The other was that when allowing for using multiple ` on a directive, I accidentally broke parsing for ` directives
2020-11-13Allow using an arbitrary number of '`' when naming directivesBen Culkin
This greatly increases the number of possible directives, though some of them could be hard to name/remember. The general rule of thumb is that the more '`' you have in a directive name, the more arcane/specialized/rarely used a given directive is.
2020-01-17Minor updates and suchbculkin2442
2019-04-22Fix named params.Benjamin J. Culkin
Fix using named parameters. Previously they just did not work
2018-09-19Add named parametersBenjamin J. Culkin
You can now use named prefix parameters in FORMAT strings. Well, none of the directives support them yet, but they are accepted in the directives, and it'll be easy enough to add the support
2018-09-17General updates to FORMATBenjamin J. Culkin
2018-09-16More module refactoringBenjamin J. Culkin