summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-04-21 07:50:23 -0400
committerThomas Otto <th1000s@posteo.net>2021-10-16 14:07:30 +0200
commit7c93d279e60253fc380d73f2f84fe5e2a4a274e6 (patch)
treea7a458cd85727484b8ba7f86003165ec38cae766 /src/main.rs
parentdda6fdb457f347027398b79f5fe4a88cdc02ec0c (diff)
Rename syntect module
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8b382a34..21b6e749 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -25,7 +25,8 @@ mod style;
mod wrapping;
mod subcommands;
-mod syntect_color;
+mod syntect_utils;
+
mod tests;
use std::io::{self, ErrorKind};