-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
added support for Latte & NEON #2140
Conversation
dg
commented
Dec 19, 2019
- Added support for templating system Latte https://latte.nette.org
- Added support for NEON https://ne-on.org
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.
Thank you for contributing these languages @dg!
There are only a few things we'll have to address before merging this.
And please add a JSON test file for Neon. Just a simple test which shows that Neon is indeed a superset of JSON.
P.S. I saw that you're already using these languages on the Nette website and they look great!
Yes, Prism is really great tool! And it's fun to create new languages. Thanks for feedback. |
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.
Looks great now!
We're currently in the process of publishing the next version of Prism, so I will merge your PR soon.
Thanks Michael! |