This file is indexed.

/usr/share/mime/packages/supercollider.xml is in supercollider-gedit 1:3.6.6~repack-2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="text/x-sc">
    <sub-class-of type="text/plain"/>
    <comment xml:lang="en">SuperCollider source code</comment>
    <glob pattern="*.sc"/>
    <glob pattern="*.scd"/>
    <magic priority="30">
      <match value="/*" type="string" offset="0"/>
      <match value="//" type="string" offset="0"/>
    </magic>
  </mime-type>
</mime-info>