-
Notifications
You must be signed in to change notification settings - Fork 25
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
Prism.js match-braces plugin support #116
Comments
Sorry for the very long delay. The match braces plugin relies on detecting when the user hovers over the syntax-highlighted I expect that the rainbow braces part of match-braces does work with You have 2 main options for how to implement match-braces with
Please could you let me know which of these would suit your use-case better? I will then implement the one you choose when I have time. |
@ozonosphere I just realised I didn't @ mention you above. Please let me know your choice when you have time. |
@WebCoder49 Hi Thanks very much for the reply Both options seem to be good for the purpose, though No. 2 sounds more like what you would expect initially from general braces matching plugins.. |
@ozonosphere For your information, I'm working on this right now. There are a few small bugs remaining in my local code, but once I've fixed them I'll commit, push, and release, and let you know how to use code-input with prism-match-braces! |
Thanks, much appreciated |
@ozonosphere I've finally released this! To add match-braces support to code-input, you need:
I have implemented these into the Prism.js tester file (Source, Online Demo). Thank you so much for your patience - I've been very busy for the past few months but should probably have developed my incomplete plugin it out in the open to allow more collaborative development. |
@WebCoder49 this looks awesome. I ll go and have a play. Thanks very much for your time and work. I wish I had more knowledge and time to help . |
Hi
Is there a way to add match-braces plugin support for code-input? Thanks
The text was updated successfully, but these errors were encountered: