jesseweed / seti-syntax

A subtle dark colored theme for Atom.
MIT License
185 stars 66 forks source link

Strange Syhtax Highlighting in Ruby #12

Open kaibioinfo opened 9 years ago

kaibioinfo commented 9 years ago

Hi,

while I really like the Seti theme, the syntax style is really strange. I have the feeling it is heavily javascript optimized and not really tested for other languages.

For Ruby the highlightings seems totally arbitrary. Just a few examples:

I think I stop here. In general there are very few colors. Often, the same color is used for completely different syntax elements (class names and strings), while different colors are used for very similar syntax elements (arguments and local variables)

jesseweed commented 9 years ago

That's correct, it's mostly optimized/tested in JS & CSS. I can take a stab at improving it when I get some time, but don't write much Ruby so we'll see how close I can get.

Feel free to update for Ruby and send a pull request :)

gildo commented 9 years ago

any update?

eyamenko commented 9 years ago

👍