This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
wishlist: Support for jinja / handlebars / django templates #3656
WhyNotHugo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hopefully you're familiar with this template format:
https://jinja.palletsprojects.com/en/3.1.x/templates/
It would be great if Rome's linter could also lint these files. It's very common to have javascript/css tied to django projects, and even commonly used via Vue or React or alike. Rome is already very useful in these codebases, but there's no way to format HTML files, because in these scenarios they're Django / Jinja templates.
There's a lot of people interested in seeing this functionality: prettier/prettier#5581
Rome is already a great lightweight
prettier
substitute for Django projects, seeing template support would be the cherry on top. I'm sure Jinja and Handlebars users could feel the same.Beta Was this translation helpful? Give feedback.
All reactions