mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Ghostwriter: add "text/markdown" as supported type
I wasn't aware that "text/markdown" was an official MIME type. No Revision bump, because build is currently broken anyway...
This commit is contained in:
@@ -16,7 +16,8 @@ resource app_version {
|
|||||||
resource app_signature "@APP_SIGNATURE@";
|
resource app_signature "@APP_SIGNATURE@";
|
||||||
|
|
||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text"
|
"types" = "text",
|
||||||
|
"types" = "text/markdown"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource vector_icon {
|
resource vector_icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user