summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxfzv <78810647+xfzv@users.noreply.github.com>2023-10-09 14:33:04 +0000
committerGitHub <noreply@github.com>2023-10-09 10:33:04 -0400
commitcab821467e0f1911e125659fc133fb3925999225 (patch)
tree886e2ff781aefecef251c885734518c40fdf8ba1
parent54ae75fc6a1bcce2d45180b28341d007bb916ac9 (diff)
add `org` extension (#442)
closes #441 Co-authored-by: xfzv <>
-rw-r--r--config/icons.toml1
-rw-r--r--config/mimetype.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/icons.toml b/config/icons.toml
index 0162d4f..5346a46 100644
--- a/config/icons.toml
+++ b/config/icons.toml
@@ -315,6 +315,7 @@ directory = ""
"oga" = ""
"ogg" = ""
"opus" = ""
+"org" = ""
"pdf" = ""
"php" = ""
"pl" = ""
diff --git a/config/mimetype.toml b/config/mimetype.toml
index cdaf3ae..f9bf586 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -124,6 +124,7 @@ log.inherit = "text_default"
md.inherit = "text_default"
micro.inherit = "text_default"
ninja.inherit = "text_default"
+org.inherit = "text_default"
py.inherit = "text_default"
rkt.inherit = "text_default"
rs.inherit = "text_default"