From f0caf0b3fcf765103e9b5dcc4aeb07fd137ffbbf Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 6 Mar 2026 12:55:02 -0800 Subject: [PATCH] Pass hljs to diff renderer call --- src/commands/diff.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/diff.html b/src/commands/diff.html index 59e1371..3e39f6b 100644 --- a/src/commands/diff.html +++ b/src/commands/diff.html @@ -69,7 +69,7 @@ outputFormat: format, highlight: true, colorScheme: "dark", - }); + }, hljs); ui.draw(); ui.highlightCode(); }