summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxfzv <78810647+xfzv@users.noreply.github.com>2023-10-23 05:15:29 +0000
committerGitHub <noreply@github.com>2023-10-23 01:15:29 -0400
commit547118cf29bd99dc516f5c928d0dcde346d7d99c (patch)
tree73cbdb1750a57eda12fccad91cd39e69b3c992b3
parent7aec4b67557d4ceb4f6949eff20a1c9114d16bab (diff)
add `norg` extension (#449)
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 5346a46..9a3bde7 100644
--- a/config/icons.toml
+++ b/config/icons.toml
@@ -311,6 +311,7 @@ directory = ""
"mxf" = ""
"nix" = ""
"nmf" = ""
+"norg" = ""
"o" = ""
"oga" = ""
"ogg" = ""
diff --git a/config/mimetype.toml b/config/mimetype.toml
index f9bf586..ec2f05d 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"
+norg.inherit = "text_default"
org.inherit = "text_default"
py.inherit = "text_default"
rkt.inherit = "text_default"