language-ruby
language-ruby copied to clipboard
Ruby package for Atom
A single quote character in a heredoc is treated as an unclosed quoted string for syntax coloration purposes, thus resulting in broken coloration until such time as another single quote...
Hi ! Their is an autocompletion when we use # in a string it add this #{}. Now if you use # not in a string it shouldn't add #{}...
When doing the regexp: ``` ruby /=\Z/ ``` it doesn't get highlighted. It seems to only happen with `=`
language-ruby does a good job loading `Guardfile`s as Ruby code. In large projects, I like to name these `Guardfile-test`, `Guardfile-lint`, `Guardfile-doc`, etc. Could we please treat `Guardfile*` as Ruby code,...
When ruby file contains erb template, it's rendered badly. 
Why every type of variables except local ones supported, is this intended or ...?
Atom seems to always want to de-indent `when` in a `case` statement in Ruby. It was bad that it always broke the way I like to tab single-line `when`s but...
Some syntaxes (like [Solarized Dark](http://ethanschoonover.com/solarized/img/screen-ruby-dark.png) and [Solarized Light](http://ethanschoonover.com/solarized/img/screen-ruby-light.png)) need special highlight for function and class definitions. The problem is that I can't find a way to differentiate the blocks `end`s...