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?
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?