ruby-block
ruby-block copied to clipboard
highlight matching ruby block on Atom editor
New to submitting bug issues, but wanted to see if anyone else was experiencing the same. By default Atom detects my .rb file as grammar for 'Ruby' file. The highlighting...
I'm on 1.32.1 I have ruby-block turned on, but am not seeing any blocks enabled. There's no highlighting of the top/bottom of blocks when the cursor is over one. And...
When this package is installed the following happens - When I press Control + G the go to line minibar doesn't pop up on the first time. It pops up...
``` ruby def foo() bar = if true end # highlighting this `end` shows a match on the method `def` line end ``` It seems that doing an assignment from...
With background color if the color is too light it's not obvious which line is the start of the block. If the color is too strong I can't see the...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.19.2 x64 **Electron**: 1.6.9 **OS**: Mac OS X 10.11.6 **Thrown From**: [ruby-block](https://github.com/hmatsuda/ruby-block) package 0.3.6 ### Stack Trace Uncaught Error: Cannot find...
Hi there, first of all, thank you for this useful package :-) It actually works by highlighting the begin of the block when a cursor is at the end. I...
The issue is this: - I would like to know where the block ends. Currently I can't, I need to go to the lines that end blocks to see what...
Similar to the jump from the end of block to the beginning, it would be really nice if we can do it from the beginning to the end.
 Should highlight line 1, highlights line 2