-
Notifications
You must be signed in to change notification settings - Fork 743
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
Add support for EPP templates (#901) #903
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry it's taken so long to review what's a very simple lexer all things considered! :( I'm afraid since we restarted work on Rouge, we've been going backwards through the outstanding PRs and that meant this one took a while to reach.
Some comments below. Let me know if anything is unclear!
@ananace Hey, we got it merged in (eventually)! Yay! 🎉 Rouge is currently on a two-week release schedule so this will come out as part of v3.8.0 next Tuesday. Thanks for your hard work and your patience! |
Based off of a lightly modified ERB lexer, just with the added parsing of parameter blocks.
I'm not entirely sure if it's best to just extend the open/close regexps, or to add a completely separate parameters state.
This fixes #901.