-
Notifications
You must be signed in to change notification settings - Fork 453
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
Spacebars support (almost identical to handlebars) #217
Comments
+1 |
Since the syntax appears to be identical to Handlebars so Pretty Diff already supports this. Looking at the documentation I did find a minor bug though. I will commit to supporting this format once I resolve this defect. |
hm, yes, that seems to be a showstopper :( |
I put a QA version up for review. Please test this out and see if it is closer to happiness. http://prettydiff.com/ignore/testlocation/prettydiff.com.xhtml |
Support added in Pretty Diff v1.11.3. |
Will be coming soon with #282, thanks to @prettydiff. |
What's new: - Beautifier options definition supports: - boolean - enable/disable - string - rename and enable - function - transform and enable - array - apply complex transformation to multiple options and output single option result - Show "Supported by <beautifiers>" for each language option - Beautifiers have a name - Beautifier options definition is used to determine if language option is supported by a beautifier - Remove SQL test, since sqlformat is inconsistant
Published to v0.25.0 This is a very big release with lots of internal changes and (hopefully) no breaking changes. Please let me know if you are experiencing any unusual behaviour / breaking changes after updating. Thank you. |
Meteor's templating language is a derivative of handlebars and is called spacebars.
It would be great to see spacebars support, even if it is just a blanket copy of handlebars.
Thanks.
The text was updated successfully, but these errors were encountered: