Pass hljs to diff renderer call

This commit is contained in:
Chris Wanstrath 2026-03-06 12:55:02 -08:00
parent 900a782bad
commit f0caf0b3fc

View File

@ -69,7 +69,7 @@
outputFormat: format,
highlight: true,
colorScheme: "dark",
});
}, hljs);
ui.draw();
ui.highlightCode();
}