Created
June 26, 2017 15:02
-
-
Save AnrDaemon/083c1e028b66b80b4d717576dd9506c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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