Created
September 24, 2012 17:37
-
-
Save louisbl/3777211 to your computer and use it in GitHub Desktop.
Change color of trace in Haxe2 for sublime text
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
<dict> | |
<key>name</key> | |
<string>Keyword other trace</string> | |
<key>scope</key> | |
<string>keyword.other.trace</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#858B7C</string> | |
</dict> | |
</dict> |
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
<dict> | |
<key>begin</key> | |
<string>\btrace\s*\(</string> | |
<key>end</key> | |
<string>\s*\)</string> | |
<key>name</key> | |
<string>keyword.other.trace.haxe.2</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment