helix/helix-term/src/ui
Michael Davis 3ceae88c3a
Use 'ui.text' as a base style for the syntax highlighter
This fixes a regression from the refactor of the highlighters when
switching to tree-house. The old `StyleIter` used `renderer.text_style`
as the base style rather than `Style::default()` for syntax highlights.
The result was that any text not captured by a syntax highlight query
was styled with no foreground or background, defaulting to the
terminal's foreground/background. This could cause text in markdown
files to look off-colored depending on your terminal configuration.
(Though you wouldn't notice if your 'ui.text' theming matches your
terminal's theming.)
2025-05-16 10:52:47 -04:00
..
lsp Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
picker Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
text_decorations Draw each message line separately in `draw_eol_diagnostic` 2024-12-04 18:23:30 -06:00
completion.rs core: Make completion item documentation optional 2025-02-01 21:24:25 -05:00
document.rs Use 'ui.text' as a base style for the syntax highlighter 2025-05-16 10:52:47 -04:00
editor.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
info.rs Use a `Cow<'static, str>` for the Info component title 2025-02-19 10:10:55 -05:00
lsp.rs Cycle through hover results from multiple language servers (#10122) 2025-01-26 11:24:50 -06:00
markdown.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
menu.rs implement incomplete completion requests 2025-02-01 19:36:10 -05:00
mod.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00
overlay.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
popup.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
prompt.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
spinner.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
statusline.rs Show the primary selection index on statusline (#12326) 2025-05-15 07:53:02 -05:00
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
text_decorations.rs Fix panic when drawing at the edge of the screen. (#11737) 2024-09-23 02:17:02 +09:00