summaryrefslogtreecommitdiff
path: root/src/syntax/highlight.rs
AgeCommit message (Collapse)Author
2022-04-23Show rules with type ascribed objectLaurenz
2022-04-19Field accessLaurenz
2022-04-16EllipsisLaurenz
2022-04-13Soft breaks and shy hyphensLaurenz
2022-04-13Small highlighting improvementLaurenz
2022-04-12Introduce `NodeKind::Quote`Martin Haug
2022-04-11Fix incremental bugsLaurenz
Co-Authored-By: Martin Haug <mhaug@live.de>
2022-04-08Em unitsLaurenz
2022-03-18MethodsLaurenz
2022-03-11Rename template to contentLaurenz
2022-03-11Consistent block namingLaurenz
2022-02-21Remove `Parbreak` as a `NodeKind`Martin Haug
2022-02-18Basic show rulesLaurenz
2022-01-30Rework strong and emphLaurenz
- Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes
2022-01-28Parse `break`, `continue` and `return` expressionLaurenz
2022-01-28Parse `show` and `wrap` expressionsLaurenz
2022-01-27Mutex comes from tex and we don't want anyLaurenz
2022-01-27Add Code Block syntax highlightingMartin Haug
2022-01-02Added a test framework for incremental parsingMartin Haug
Fix several errors: - Indented markup is now reparsed right - All end group errors will now fail a reparse - Rightmost errors will always fail a reparse
2021-11-06Incremental-safety based approachMartin Haug
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-11-30Syntax highlightingLaurenz