Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ruby blocks #29

Open
dlee opened this issue May 6, 2014 · 4 comments
Open

Support ruby blocks #29

dlee opened this issue May 6, 2014 · 4 comments

Comments

@dlee
Copy link

dlee commented May 6, 2014

Support Ruby blocks, such as if, while, begin, do and the corresponding end.

@aronwoost
Copy link
Owner

Please give an example snippet.

@dlee
Copy link
Author

dlee commented May 6, 2014

for example, a basic ruby method definition:

def foo
  bar
end

It would be nice if the selection can expand to the method body, and then to the entire method declaration.

@aronwoost
Copy link
Owner

Thanks, will check.

@r-stein
Copy link
Collaborator

r-stein commented Nov 20, 2017

If you have BracketHighlighter installed (which should highlight ruby blocks) you can try the lastest prerelease (1.5.0-rc.0), which extracts brackets from BracketHighlighter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants