Skip to content

Instantly share code, notes, and snippets.

@louisbl
Created September 24, 2012 17:37
Show Gist options
  • Save louisbl/3777211 to your computer and use it in GitHub Desktop.
Save louisbl/3777211 to your computer and use it in GitHub Desktop.
Change color of trace in Haxe2 for sublime text
<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>
<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