aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/chars.rs
Commit message (Collapse)AuthorAge
* Address PR comments.Nathan Vegdahl2021-06-15
- Move char functions into their own module under helix_core. - Use matches!() macro where appropriate. - Use a static lifetime on indent_unit() now that we can.