html-snippets icon indicating copy to clipboard operation
html-snippets copied to clipboard

How can I use the snippets with an engine like pug?

Open cmh1027 opened this issue 8 years ago • 0 comments

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?

cmh1027 avatar Feb 05 '18 12:02 cmh1027