Skip to content

Instantly share code, notes, and snippets.

@AnrDaemon
Created June 26, 2017 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnrDaemon/083c1e028b66b80b4d717576dd9506c4 to your computer and use it in GitHub Desktop.
Save AnrDaemon/083c1e028b66b80b4d717576dd9506c4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE hrc PUBLIC
"-//Cail Lomecb//DTD Colorer HRC take5//EN"
"http://colorer.sf.net/2003/hrc.dtd"
>
<hrc version="take5" xmlns="http://colorer.sf.net/2003/hrc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hrc.xsd"
>
<annotation><documentation>
Shell support files.
</documentation></annotation>
<prototype name="misc.sh" group="scripts" description="Bourne shell support files.">
<filename>/^\.(?:(?:(?:bash_)?aliases|history|logout|profile)|bashrc|environment|locale)$/i</filename>
</prototype>
<type name="misc.sh">
<import type="shell"/>
<scheme name="misc.sh">
<inherit scheme="shell"/>
</scheme>
</type>
</hrc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment