mime_db: consider recipe files as text/x-source-code

Opening them in StyledEdit isn't handy.

Change-Id: Icbdcbdbace0432cd7c808eb0011186a4310aed79
This commit is contained in:
François Revol 2019-03-10 18:19:57 +01:00
parent 46113563a3
commit 6ff7e25bd0

View File

@ -5,7 +5,7 @@ resource(1, "META:TYPE") "text/x-source-code";
resource(2, "META:SNIFF_RULE") #'CSTR' array {
"0.20 ([0]\"//\" | [0]\"/*\" | [0:32]\"#include\" | [0:3"
"2]\"#ifndef\" | [0:32]\"#ifdef\")"
"2]\"#ifndef\" | [0:32]\"#ifdef\" | [0]\"SUMMARY=\")"
};
resource(3, "META:S:DESC") #'MSDC' "Source Code";
@ -36,6 +36,7 @@ resource(4, "META:EXTENS") message(234) {
"extensions" = "pp",
"extensions" = "py",
"extensions" = "rb",
"extensions" = "recipe",
"extensions" = "rexx",
"extensions" = "rs",
"extensions" = "S",