Skip to content

Instantly share code, notes, and snippets.

@solarce
Created October 21, 2014 01:07
Show Gist options
  • Save solarce/c802ac9434ecc4df5b98 to your computer and use it in GitHub Desktop.
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
<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