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

CSS support for end when matching to upper block.

Open envygeeks opened this issue 10 years ago • 2 comments

Right now we have CSS for the if/when/then and others but it would be nice if we could also CSS out the end too, so that it kind of matches the way that bracket-matcher works and makes it quite obvious what is going on if a user disables current line background.

if condition # Has CSS Class.
  work
end # Would love to have a CSS Class for this too.

envygeeks avatar May 06 '15 17:05 envygeeks

Duplicate of issue https://github.com/hmatsuda/ruby-block/issues/7.

hmatsuda avatar May 15 '15 03:05 hmatsuda

My request isn't to highlight the end when I'm at the top, it's to have the end highlighted when I'm on the end and it's highlighting the top. Mine should be simple since you are already on that element. I read that one and assumed it was different since he wants the if to highlight the end, I want the end to be highlighted when the if is highlighted.

envygeeks avatar May 15 '15 03:05 envygeeks