Draft invisibles' tabs display
This commit is contained in:
parent
4f8607039c
commit
ad731ea6d2
3 changed files with 75 additions and 11 deletions
|
@ -1359,7 +1359,11 @@ impl EditorElement {
|
|||
highlight_style = Some(diagnostic_highlight);
|
||||
}
|
||||
|
||||
(chunk.text, highlight_style)
|
||||
HighlightedChunk {
|
||||
chunk: chunk.text,
|
||||
style: highlight_style,
|
||||
is_tab: chunk.is_tab,
|
||||
}
|
||||
});
|
||||
layout_highlighted_chunks(
|
||||
chunks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue