davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

JADE will be renamed as PUG #71

Closed rs459 closed 8 years ago

rs459 commented 8 years ago

Hi,

As mentionned here 'JADE' will be renamed as 'PUG'.

Do you have any plan about the migration/coexistence ?

I have this plugin bootstrap3-jade-sublime-plugin which depend on yours.

Best regards.

davidrios commented 8 years ago

I haven't put much thought into it, but I guess I'll just fork this repo and replace jade for pug there.

ilyakam commented 8 years ago

In the meantime, here are the instructions to make sure your syntax highlighter continues to work with *.pug files:

  1. Preferences » Browse Packages
  2. Open User folder
  3. Edit Jade.sublime-settings with the following contents:

    {
     "extensions":
     [
       "pug"
     ]
    }
  4. Restart SublimeText
equinusocio commented 8 years ago

PR https://github.com/davidrios/jade-tmbundle/pull/75

davidrios commented 8 years ago

I've created a new package for Pug, check it out: https://github.com/davidrios/pug-tmbundle