-
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
Add Angularjs+Template support #179
Comments
js-beautify handles HTML support for Atom Beautify. I'd recommend forwarding this issue over to them at https://github.com/beautify-web/js-beautify |
This is the same syntax used with Embedded JS, ERB, Mustache, and so forth. I added support for this with: prettydiff/prettydiff#59 |
Excellent, @prettydiff! Then this should be coming soon with #282 release. |
When v0.25.0 is released you can beautify Angular Template code using EJS (Embedded JavaScript) language, which uses the Pretty Diff beautifier. In Atom Beautify, EJS language is detected with the File's current grammar is Then select grammar Let me know if you have any problems. |
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. |
For angularjs template code inside html
beautifying is not working. It comes out like this:
Would appreciate a fix for this problem.
The text was updated successfully, but these errors were encountered: