mirror of https://github.com/helix-editor/helix
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.) |
||
---|---|---|
.. | ||
lsp | ||
picker | ||
text_decorations | ||
completion.rs | ||
document.rs | ||
editor.rs | ||
info.rs | ||
lsp.rs | ||
markdown.rs | ||
menu.rs | ||
mod.rs | ||
overlay.rs | ||
picker.rs | ||
popup.rs | ||
prompt.rs | ||
spinner.rs | ||
statusline.rs | ||
text.rs | ||
text_decorations.rs |