<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-petcarescript">
        <comment>PetCareScript Source File</comment>
        <comment xml:lang="pt">Arquivo de Código PetCareScript</comment>
        <comment xml:lang="en">PetCareScript Source File</comment>
        <icon name="application-x-petcarescript"/>
        <glob pattern="*.pcs"/>
        <alias type="text/x-petcarescript"/>
        <sub-class-of type="text/plain"/>
        <magic priority="50">
            <match type="string" offset="0" value="// PetCareScript"/>
            <match type="string" offset="0:64" value="store "/>
            <match type="string" offset="0:64" value="build "/>
            <match type="string" offset="0:64" value="blueprint "/>
            <match type="string" offset="0:64" value="show "/>
        </magic>
    </mime-type>
</mime-info>