aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/markdown.rs
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:helix-editor/helix into ↵Nathan Vegdahl2021-06-20
|\ | | | | | | | | | | | | line_ending_detection Rebasing was making me manually fix conflicts on every commit, so merging instead.
| * Make completion window move to top when cursor is below halfwojciechkepka2021-06-20
| |
| * Add ability to change theme on editorwojciechkepka2021-06-19
| |
* | Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
|/ | | | Also some general cleanup and some minor fixes along the way.
* Completion: Format docs tabs & highlight in the doc's native languageBlaž Hrastnik2021-05-30
|
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
|
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
|
* Clippy lint: replace with default -> takeBlaž Hrastnik2021-04-07
|
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
| | | | It's embedded into the binary at build time for now, but it's progress.
* ui: markdown: remove trailing blank line.Blaž Hrastnik2021-03-22
|
* Merge some imports.Blaž Hrastnik2021-03-22
|
* ui: Syntax highlight code inside markdown popups.Blaž Hrastnik2021-03-16
|
* ui: Use parsed markdown contents to determine sizing.Blaž Hrastnik2021-03-15
|
* ui: Account for padding on markdown renderer.Blaž Hrastnik2021-03-15
|
* ui: popup: scroll documentation popups with c-u/c-d.Blaž Hrastnik2021-03-08
|
* ui: Move terminal into compositor, redo required_size hints.Blaž Hrastnik2021-03-08
|
* ui: wip: Markdown doc renderer.Blaž Hrastnik2021-03-05