html-snippets
html-snippets copied to clipboard
How can I use the snippets with an engine like pug?
I'm using express and I write HTML with pug engine. I added the configuration of package.json like below. { "language": "pug", "path": "./snippets/snippets.json" } But it doesn't work. Doesn't it support template engines yet?