davidrios / pug-tmbundle

A comprehensive textmate / sublime text bundle for the Pug (formerly Jade) template language.
https://github.com/davidrios/pug-tmbundle
MIT License
48 stars 20 forks source link

Does not support filters whatsoever? #7

Closed avdaredevil closed 1 year ago

avdaredevil commented 7 years ago

Hey, so when I have filters like clean-css on my CSS, or :babel on my script blocks it simply does not work.. I presume because it's looking for the . (dot) token.

Example:

script: :uglify-js:babel
    console.log({
        a: 1,
        v: 2,
        z: 3,
    })
akifo commented 7 years ago

+1 👍 #9

davidrios commented 1 year ago

Please comment if you think this is still relevant.