daaain / Handlebars

Fullest Handlebars.js templating support for Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://packagecontrol.io/packages/Handlebars.
MIT License
301 stars 48 forks source link

Add 'x-tmpl-handlebars' to script type whitelist to catch migration from Mustache #70

Closed jamesl1001 closed 8 years ago

jamesl1001 commented 8 years ago

Mustache recommends using script type x-tmpl-mustache in their documentation.

This PR adds x-tmpl-handlebars to the script type whitelist to catch migration from Mustache to Handlebars.

See issue #68