| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-20 | More highlighting API | Laurenz | |
| 2022-05-19 | Simplify `only_in_mode` to `only_in_markup` | Laurenz | |
| 2022-05-18 | Hack in ReX for now | Laurenz | |
| 2022-05-16 | Safe `eval` function | Laurenz | |
| 2022-05-04 | Improve diagnostics | Laurenz | |
| 2022-05-04 | Keyed pairs | Laurenz | |
| 2022-05-04 | New raw theme & nicer debug representation | Laurenz | |
| 2022-05-03 | Support recursive show rules | Laurenz | |
| 2022-04-30 | New block spacing model | Laurenz | |
| 2022-04-24 | Rename soft linebreak to justified linebreak | Laurenz | |
| 2022-04-23 | Show rules with type ascribed object | Laurenz | |
| 2022-04-19 | Field access | Laurenz | |
| 2022-04-16 | Ellipsis | Laurenz | |
| 2022-04-13 | Soft breaks and shy hyphens | Laurenz | |
| 2022-04-13 | Small highlighting improvement | Laurenz | |
| 2022-04-12 | Introduce `NodeKind::Quote` | Martin Haug | |
| 2022-04-11 | Spreading into arrays and dictionaries | Laurenz | |
| 2022-04-11 | Fix incremental bugs | Laurenz | |
| Co-Authored-By: Martin Haug <mhaug@live.de> | |||
| 2022-04-08 | Em units | Laurenz | |
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-15 | Add `in` and `not in` operators | Laurenz | |
| 2022-03-12 | Remove classes and improve naming | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2022-03-11 | Consistent block naming | Laurenz | |
| 2022-02-23 | Code Review: That's just like your struct, man. | Martin Haug | |
| 2022-02-23 | Early stop for falling indents. | Martin Haug | |
| Fix code edits and at_start handling. Also fix dedenting for multi-byte chars in raw blocks. | |||
| 2022-02-21 | Remove `Parbreak` as a `NodeKind` | Martin Haug | |
| 2022-02-18 | Basic show rules | Laurenz | |
| 2022-02-17 | Make values hashable | Laurenz | |
| 2022-01-31 | Switch from `Rc` to `Arc` | Laurenz | |
| 2022-01-31 | Reorder succession rules | Laurenz | |
| 2022-01-30 | Rework strong and emph | Laurenz | |
| - 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-28 | Parse `break`, `continue` and `return` expression | Laurenz | |
| 2022-01-28 | Remove unnecessary group | Laurenz | |
| 2022-01-28 | Parse `show` and `wrap` expressions | Laurenz | |
| 2022-01-27 | Mutex comes from tex and we don't want any | Laurenz | |
| 2022-01-27 | Add Code Block syntax highlighting | Martin Haug | |
| 2022-01-24 | Export into rendered images | Laurenz | |
| 2022-01-13 | Make use of new Rust 1.58 formatting feature | Laurenz | |
| 2022-01-04 | Code Review: Your parsers were so preoccupied with whether they could | Martin Haug | |
| 2022-01-02 | Added a test framework for incremental parsing | Martin 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-28 | Code Review: Parser, I can't let you do this | Martin Haug | |
| 2021-11-27 | Make incremental parsing simpler and move it somewhere else | Martin Haug | |
| 2021-11-18 | Refactoring and bugfixes | Martin Haug | |
| 2021-11-10 | Comments and neighbors | Martin Haug | |
| 2021-11-09 | Multiple replacements, escapes | Martin Haug | |
| 2021-11-09 | Simplify node mode management | Martin Haug | |
| 2021-11-08 | Deal with the effects of keywords | Martin Haug | |
| 2021-11-07 | Tests | Martin Haug | |
| - length updates - dealing with keywords and comments | |||
| 2021-11-06 | Incremental-safety based approach | Martin Haug | |
