aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_whitespace.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code styleLibravatar Titus Wormer2022-07-051-2/+2
|
* Refactor to clean and document `space_or_tab`Libravatar Titus Wormer2022-07-011-0/+6
|
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-301-0/+56
| | | | | | | | | | | | | This commit introduces trimming initial and final whitespace around the whole string or text, or around line endings inside that string or text. * Add `register_resolver_before`, to run resolvers earlier than others, used for labels * Add resolver to merge `data` events, which are the most frequent token that occurs, and can happen adjacently. In `micromark-js` this sped up parsing a lot * Fix a bug where a virtual space was not seen as an okay event * Refactor to enable all turned off whitespace tests
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-64/+0
| | | | | | * add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
* Add some improved docsLibravatar Titus Wormer2022-06-131-2/+0
|
* .Libravatar Titus Wormer2022-06-081-0/+66