From e3edf18503b3975ccec3b33c0cb9e7f0888bd031 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Sep 2022 18:29:22 +0200 Subject: extend parser --- code/src/syntax_highlight/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/src/syntax_highlight/mod.rs') diff --git a/code/src/syntax_highlight/mod.rs b/code/src/syntax_highlight/mod.rs index 46bf2a0..62a2536 100644 --- a/code/src/syntax_highlight/mod.rs +++ b/code/src/syntax_highlight/mod.rs @@ -1,7 +1,7 @@ pub mod grammar; pub mod theme; -use crate::{markdown::escape, syntax_highlight::theme::theme}; +use crate::{markdown::render::escape, syntax_highlight::theme::theme}; use grammar::grammar_for; use synoptic::{Highlighter, Token}; -- cgit v1.2.3-70-g09d2