kwerle / ide-ruby

Atom package used to integrate https://github.com/kwerle/ruby_language_server with Atom. Development happens on the develop branch. Production is master.
23 stars 6 forks source link

Support the language-ruby-on-rails package #10

Closed nbudin closed 6 years ago

nbudin commented 6 years ago

Atom's language-ruby-on-rails package adds grammars for "Ruby on Rails" and "Ruby on Rails (RJS)", amongst others. This patch allows ide-ruby to process files that use those grammars as well. (They're just Ruby, so it works out of the box.)