Created
October 21, 2014 01:07
-
-
Save solarce/c802ac9434ecc4df5b98 to your computer and use it in GitHub Desktop.
Add this to a .tmTheme, e.g. SpaceCadet.tmTheme to get custom highlighting for interpolated strings in ruby source code
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>Embedded Ruby Source</string> | |
<key>scope</key> | |
<string>string source.ruby.embedded.source</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D01F1E</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment