-
Hi folks I'm wondering if someone of you is a Django developer who also use pug for templates? Anyone?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I'm missing a plugin/syntax higlighting for pug templates with Django marks (almost the same to Jinja/Twig/another clone). This quite old plugin adds "pug" filetype which looks like this. I used my best trying to find a plugin op another info how to improve highlighting but no luck. Maybe some of you folks have some idea.
-
Hi, i am Django dev also but we don't use templates. Are you using treesitter for nvim? I see there is treesitter written for pug https://github.com/zealot128/tree-sitter-pug so :TSInstall pug should resolve this for you.