From aced62ade1363ae031114302ec69dbc7f6f38a10 Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 26 Aug 2025 02:29:03 +0200 Subject: html decode the input before highlighting --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 25da5ac..ccc6bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2024" [dependencies] dirs = "6.0.0" +html-escape = "0.2.13" libloading = "0.8.8" tree-sitter = "0.25.8" tree-sitter-highlight = "0.25.8" -- cgit v1.2.3