summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-09-09 11:18:09 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-09-09 11:18:09 -0400
commit72417120c05770efcbde9f63cddb22f1b75332d8 (patch)
tree38bf5a7081ab6de55a75708e2207f701e4d51ede /Cargo.toml
parent30111d20afc16c31a74afb7cf134f4ad8f1ade18 (diff)
re-enable syntax_highlight
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c13d362..e810000 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ features = [
]
[features]
-devicons = [ "phf" ]
+devicons = [ "phf", "syntax_highlight" ]
file_mimetype = []
mouse = []
recycle_bin = [ "trash" ]