Package: shared-mime-info Version: 0.90-1 Severity: wishlist Tags: patch Please add text/x-scala mime type. Scala is a programming language available in Debian.
The attached patch is forwarded to upstream (see bug entry in patch header).
Description: Add text/x-scala mime type. Author: Benjamin Drung <[email protected]> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37831 --- shared-mime-info-0.90.orig/freedesktop.org.xml.in +++ shared-mime-info-0.90/freedesktop.org.xml.in @@ -4669,6 +4669,11 @@ command to generate the output files. <sub-class-of type="text/x-csrc"/> <glob pattern="*.cs"/> </mime-type> + <mime-type type="text/x-scala"> + <_comment>Scala source code</_comment> + <sub-class-of type="text/plain"/> + <glob pattern="*.scala"/> + </mime-type> <mime-type type="text/x-vala"> <_comment>Vala source code</_comment> <sub-class-of type="text/x-csrc"/>

