From 8de7b21e5f87e2840cd53560692f2bf3ce5894b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 May 2023 09:44:37 +0530 Subject: [PATCH] Add .rb as a known MIME type --- kitty/guess_mime_type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/guess_mime_type.py b/kitty/guess_mime_type.py index 99458320b..8d2c1f81c 100644 --- a/kitty/guess_mime_type.py +++ b/kitty/guess_mime_type.py @@ -13,6 +13,7 @@ 'pyj': 'text/rapydscript-ng', 'recipe': 'text/python', 'rst': 'text/restructured-text', + 'rb': 'text/ruby', 'toml': 'text/toml', 'vim': 'text/vim', 'yaml': 'text/yaml',