aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/markdown.rs
Commit message (Expand)AuthorAge
* markdown: Recognize `<code>` tags with attributes as code (#8397)Michael Davis2023-09-26
* Style Bold/Italic/Strikethrough markdown in docs (#8385)A-Walrus2023-09-25
* highlighted_code_block: Take input text as &strMichael Davis2023-07-27
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* inject language based on file extension & shebang (#3970)Timothy DeHerrera2023-04-28
* Fix lacking space panic (#6109)nuid322023-03-05
* Render html <code> tags as code in markdown (#3425)A-Walrus2022-09-13
* Fix markdown indented code block rendering (#3503)Clay2022-08-24
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* Fix some typos (#2978)A-Walrus2022-07-06
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* Improve markdown list rendering (#2687)Frojdholm2022-06-15
* Do not add extra line breaks in markdown lists (#2689)Frojdholm2022-06-08
* Allow highlighting additional spans in md rendererGokul Soumya2022-03-08
* Extract markdown code block highlighting functionGokul Soumya2022-03-08
* Fallback to broader scope if theme scope not found (#1714)Gokul Soumya2022-03-04
* fix: ui: Markdown popups stopped taking vertical padding into accountBlaž Hrastnik2022-02-21
* Simplify some codeBlaž Hrastnik2022-02-21
* Allow separate styles for markup headings (#1618)Alex2022-02-21
* fix: Allow multi-line prompt documentationBlaž Hrastnik2022-02-20
* fix: There is no such thing as markup.normal, use ui.textBlaž Hrastnik2022-02-07
* Use markup scopes for the Markdown component (#1363)CossonLeo2022-01-24
* syntax: Split parsing and highlightingBlaž Hrastnik2022-01-23
* Dependabot/cargo/pulldown cmark 0.9.1 (#1533)Skyler Hawthorne2022-01-18
* ui: popup: Don't allow scrolling past the end of contentBlaž Hrastnik2021-12-10
* TODOBlaž Hrastnik2021-11-29
* Solarized theme: fix popup colors, adjust menu (#1124)Skyler Hawthorne2021-11-20
* Remove unused importsBlaž Hrastnik2021-11-18
* ui: Stop hardcoding markdown doc colorsBlaž Hrastnik2021-11-18
* syntax: Properly handle injection-regex for language injectionsBlaž Hrastnik2021-09-16
* Optimize completion doc position. (#691)CossonLeo2021-09-08
* Refactor new Rect construction (#575)Gokul Soumya2021-08-21
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
|\
| * 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
|/
* 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
* 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