pug-tmbundle icon indicating copy to clipboard operation
pug-tmbundle copied to clipboard

A comprehensive textmate / sublime text bundle for the Pug (formerly Jade) template language.

Results 4 pug-tmbundle issues
Sort by recently updated
recently updated
newest added

Tested on the latest version of vscode ![image](https://github.com/davidrios/pug-tmbundle/assets/17887269/b064e0e8-43a5-41ec-9050-8d7829466b23)

I put Pug syntax inside this tag but not highlighting it. ```html .container.py-3 h1.text-center Login hr form .mb-3 label Username input.form-control .mb-3 label Password input.form-control(type="password") .mb-3 input(type="submit", value="Login").btn.btn-success p Belum...

When I use require in the attribute value, syntax highlighting breaks. How can this be fixed? ` img(src=require("./src/images/icon-arrow.svg")) ` ![example](https://i.postimg.cc/XJ3bgMTT/2022-07-26-00-32-03.png)

Hi all, It has been quite a while now since I last used Jade/Pug, and I don't see the reason to use it anymore going forward. I kept updating the...

help wanted