aboutsummaryrefslogtreecommitdiff
path: root/code/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'code/src/main.rs')
-rw-r--r--code/src/main.rs1
1 files changed, 1 insertions, 0 deletions
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};