Created
June 28, 2012 05:28
-
-
Save bnagy/3009287 to your computer and use it in GitHub Desktop.
ST2 Ruby - highlight ivars / interpolation
This file contains 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>String interpolation</string> | |
<key>scope</key> | |
<string>string source.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>instance variable</string> | |
<key>scope</key> | |
<string>variable.other.readwrite.instance.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#fd971f</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment