language-ruby icon indicating copy to clipboard operation
language-ruby copied to clipboard

Ruby package for Atom

Results 51 language-ruby issues
Sort by recently updated
recently updated
newest added

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...

bug

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 #{}...

bug

When doing the regexp: ``` ruby /=\Z/ ``` it doesn't get highlighted. It seems to only happen with `=`

bug

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,...

enhancement
blocked

When ruby file contains erb template, it's rendered badly. ![screen shot 2015-06-29 at 11 19 49 am](https://cloud.githubusercontent.com/assets/3055936/8400505/457f115a-1e52-11e5-92ad-6338f4910075.png)

bug

Why every type of variables except local ones supported, is this intended or ...?

enhancement

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...

auto-indent

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...

enhancement

1. Paste heredoc: ``` ruby sql =

bug
auto-indent