From 802efbca25cb92d8567761361b6513fd57e05578 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Aug 2022 16:54:57 +0200 Subject: basic syntax highlighting --- code/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'code/src/main.rs') diff --git a/code/src/main.rs b/code/src/main.rs index 0bd0169..c20d137 100644 --- a/code/src/main.rs +++ b/code/src/main.rs @@ -1,6 +1,7 @@ pub mod atom; pub mod html; pub mod markdown; +pub mod syntax_highlight; use atom::generate_atom; use clap::{Parser, Subcommand}; -- cgit v1.2.3-70-g09d2