language-ruby
language-ruby copied to clipboard
Ruby package for Atom
### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
### Description When the forward slash is used as dividing operator and the expression spans multiple lines, the rest of the statement becomes highlighted as a regular expression. Adding another...
Full example: ``` ruby module EnvyGeeks module Get extend self def ips(cidr = "192.168.1.0/24") # Technically we don't need the select but we should defensively double chck. `ip route show...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
I ran into a situation where `Auto Indent` results in a wrong indent. I could reduce the example code to the following: ``` ruby class Example private def attribute_and_value(attribute, value)...
This issue also happened with the php highlighting but it got fixed! Would be great if it could get fixed for ERB too! 
Given the following: ```ruby # -- HTML = { "text/css": :link, "application/javascript": :script, "image/png": :img, } ``` `language-ruby` highlights it as a string  Even though it's a Symbol: ```ruby...
Hi! We have lots of non-HTML `erb` files in our Puppet repo. If you try editing one of those, Atom assumes they are HTML files, and tries to apply HTML...