aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/blank_line.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing linkLibravatar Titus Wormer2022-07-151-5/+4
|
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-1/+1
|
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-2/+2
|
* Rename `Whitespace` token to `SpaceOrTab`Libravatar Titus Wormer2022-06-221-1/+1
|
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+4
|
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-8/+5
| | | | | | * 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 paragraphLibravatar Titus Wormer2022-06-201-2/+3
|
* Add some improved docsLibravatar Titus Wormer2022-06-131-3/+6
|
* .Libravatar Titus Wormer2022-06-081-0/+61