From 547118cf29bd99dc516f5c928d0dcde346d7d99c Mon Sep 17 00:00:00 2001 From: xfzv <78810647+xfzv@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:15:29 +0000 Subject: add `norg` extension (#449) Co-authored-by: xfzv <> --- config/icons.toml | 1 + config/mimetype.toml | 1 + 2 files changed, 2 insertions(+) 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" -- cgit v1.2.3