atom / language-ruby-on-rails

Ruby on Rails package for Atom
Other
48 stars 41 forks source link

Highlighting SQL in .where, .order queries etc. #40

Open ghost opened 9 years ago

ghost commented 9 years ago

I don't how workable this is, but it would be awesome.

Can someone confirm that this is even possible? Then I would try to have a stab at it.

Kind regards, Manuel

mnquintana commented 9 years ago

This should definitely be possible - language-html highlights JS in script tags using language-javascript, and you should be able to do something similar here.

ghost commented 9 years ago

PR: https://github.com/atom/language-ruby-on-rails/pull/41