Created
July 11, 2011 10:50
-
-
Save davidchambers/1075673 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"?> | |
<seestyle> | |
<mode id="SEEMode.Javascript"> | |
<style id="_Default" | |
color="#657b83" font-style="normal" font-weight="normal" background-color="#fdf6e3" /> | |
<style id="/Javascript/Keywords" | |
color="#859900" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/this" | |
color="#586e75" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/Numbers" | |
color="#268bd2" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/FunctionRegex" | |
color="#2aa198" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/MethodRegex" | |
color="#2aa198" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/AutodocComment" | |
color="#93a1a1" font-style="italic" font-weight="normal" /> | |
<style id="/Javascript/Comment" | |
color="#93a1a1" font-style="italic" font-weight="normal" /> | |
<style id="/Javascript/SingleComment" | |
color="#93a1a1" font-style="italic" font-weight="normal" /> | |
<style id="/Javascript/Regular Expressions" | |
color="#cb4b16" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/Unicode Hexes" | |
color="#b58900" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/Escaped Characters" | |
color="#b58900" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/String" | |
color="#b58900" font-style="normal" font-weight="normal" /> | |
<style id='/Javascript/"Unicode Hexes"' | |
color="#cb4b16" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/SingleString" | |
color="#b58900" font-style="normal" font-weight="normal" /> | |
<style id="/Javascript/'Unicode Hexes'" | |
color="#cb4b16" font-style="normal" font-weight="normal" /> | |
</mode> | |
</seestyle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment