I am curious how to get highlighting for RoR syntax. For instance the Gemfile is all one color and difficult to read.
Of the themes I did download I modified the .sss files to add syntax highlighting specifically for the Gemfile
string {
color:#3adfb1;
}
string.gemfile {
color:#fdc53d;
}
string.regex {
color:#fdc53d;
saved, imported into Coda, but got nothing. Any help here would be appreciated.