mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +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 file_types message {
|
||||
"types" = "text"
|
||||
"types" = "text",
|
||||
"types" = "text/markdown"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
|
||||
Reference in New Issue
Block a user