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

Highlight ruby code blocks #54

Closed
ramigg opened this issue Nov 27, 2012 · 3 comments
Closed

Highlight ruby code blocks #54

ramigg opened this issue Nov 27, 2012 · 3 comments
Labels
S: duplicate The issue has been previously reported.

Comments

@ramigg
Copy link

ramigg commented Nov 27, 2012

Is it possible to highlight ruby code blocks with this plugin?
For example do..end, unless..end etc.

It is not clear how to do it according to the readme

thanks

@facelessuser
Copy link
Owner

Yes and no. The main branch does not and cannot highlight ruby code blocks, but the BETA BH2 branch can and does https://github.com/facelessuser/BracketHighlighter/tree/BH2. It was a complete re-write of the plugin to allow for such things as custom brackets, and to expose, as much as possible, the inner workings to allow users of the plugin to define custom brackets so I don't personally have to add support for every language out there that I may or may not use.

It is pretty close to being done. Documentation was never really good on BracketHighlighter...pretty much non-existent. I am currently working on actual documentation for the BH2 branch. The BH2 branch is meant to replace the current Master branch as soon I am finished and have determined it to be as bug free as possible.

BH2 branch should be very stable; I use it full time now without issues and I currently have no known bugs on my plate with it, nor do I have any other features currently planned for it. Feel free to give it a try and let me know if it works for you.

@ramigg
Copy link
Author

ramigg commented Nov 27, 2012

Thanks, I'll give it a try
בתאריך 27 בנוב 2012 19:39, מאת "Isaac Muse" notifications@github.com:

Yes and no. The main branch does not and cannot highlight ruby code
blocks, but the BETA BH2 branch can and does
https://github.com/facelessuser/BracketHighlighter/tree/BH2. It was a
complete re-write of the plugin to allow for such things as custom
brackets, and to expose, as much as possible, the inner workings to allow
users of the plugin to define custom brackets so I don't personally have to
add support for every language out there that I may or may not use.

It is pretty close to being done. Documentation was never really good on
BracketHighlighter...pretty much non-existent. I am currently working on
actual documentation for the BH2 branch. The BH2 branch is meant to replace
the current Master branch as soon I am finished and have determined it to
be as bug free as possible.

BH2 branch should be very stable; I use it full time now without issues
and I currently have no known bugs on my plate with it, nor do I have any
other features currently planned for it. Feel free to give it a try and let
me know if it works for you.


Reply to this email directly or view it on GitHubhttps://github.com//issues/54#issuecomment-10768085.

@facelessuser
Copy link
Owner

Duplicate of Issue #12. Will be resolved in new BracketHighlighter release when completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: duplicate The issue has been previously reported.
Projects
None yet
Development

No branches or pull requests

2 participants