summaryrefslogtreecommitdiff
path: root/src/util/mod.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-07 20:53:20 +0300
committerA Farzat <a@farzat.xyz>2026-06-07 20:58:37 +0300
commit99d21463574bb88fa86f176c2e4ad154be5e1353 (patch)
tree9404c38049ab95082eb36814730363a2dbc9de35 /src/util/mod.rs
parent2e8b176c5f4d93bc614cb9ff6808e5011bb2e103 (diff)
downloadrepo2markdown-99d21463574bb88fa86f176c2e4ad154be5e1353.tar.gz
repo2markdown-99d21463574bb88fa86f176c2e4ad154be5e1353.zip
Refactor language detection in a util module
Diffstat (limited to 'src/util/mod.rs')
-rw-r--r--src/util/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/mod.rs b/src/util/mod.rs
index 1ba817e..5595a45 100644
--- a/src/util/mod.rs
+++ b/src/util/mod.rs
@@ -1 +1,2 @@
+pub mod language;
pub mod path_display;