syrusakbary / pyjade

Jade template system for Django, Jinja2 and Mako
MIT License
699 stars 122 forks source link

No support for .pug files? #279

Open SHxKM opened 7 years ago

SHxKM commented 7 years ago

I'm new to pyjade and it works wonderfully in my project. However, I recently discovered that Jade is Pug. Here's my issue:

PyCharm has a nice Pug plugin that will highlight syntax for .pug files. It does not work with .jade files. On the other hand, pyjade will only convert files that end with .jade.

Is there any intention to support .pug files? Should I switch to a different plugin? Or is there a nice workaround for this?

daufinsyd commented 7 years ago

look at https://github.com/matannoam/pypugjs

sibeduli commented 10 months ago

look at https://github.com/matannoam/pypugjs

that link is dead, a new fork is currently being developed, it's not finished yet https://github.com/kakulukia/pypugjs