Created
February 1, 2015 09:21
-
-
Save martin-brennan/e28a644592d56deef2f2 to your computer and use it in GitHub Desktop.
highlight js this in sublime text 2
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>Super this (JavaScript)</string> | |
<key>scope</key> | |
<string>source.js variable.language.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
<key>foreground</key> | |
<string>#DE4DB4</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment