mirror of https://github.com/helix-editor/helix
corrected merge
parent
a243e2e1e6
commit
7c8e6792f7
|
@ -164,6 +164,8 @@ impl EditorView {
|
|||
decorations.add_decoration(line_decoration);
|
||||
}
|
||||
|
||||
let view_offset = doc.view_offset(view.id);
|
||||
|
||||
let syntax_highlights =
|
||||
Self::doc_syntax_highlights(doc, view_offset.anchor, inner.height, theme);
|
||||
|
||||
|
|
Loading…
Reference in New Issue