Add .rb as a known MIME type

This commit is contained in:
Kovid Goyal 2023-05-30 09:44:37 +05:30
parent e0eccf7883
commit 8de7b21e5f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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',