hello. Can Actionscript and Mxml mime types be added to the database please? Actionscript (http://en.wikipedia.org/wiki/ActionScript) : <?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="text/actionscript"> <sub-class-of type="text/plain"/> <comment>Actionscript Source Code</comment> <glob pattern="*.as"/> </mime-type> </mime-info> Mxml (http://en.wikipedia.org/wiki/MXML) : <?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="text/mxml"> <sub-class-of type="text/xml"/> <comment>Mxml Source Code</comment> <glob pattern="*.mxml"/> </mime-type> </mime-info> Thankyou.
Could you please upload some test files as well?
Created attachment 17460 [details] test actionscript file
Created attachment 17461 [details] test mxml file
Please follow the instructions in the HACKING file about providing patches. http://cgit.freedesktop.org/xdg/shared-mime-info/plain/HACKING
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/18.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.