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

Problem: Mustache syntax gets applied instead of Handlebars #85

Closed ankushdharkar closed 8 years ago

ankushdharkar commented 8 years ago

Whenever I open up a .hbs file in my Ember project, it defaults to Mustache syntax. I have to manually change it to handlebars and even though I set it using Open all with current extension as..., it doesn't honor it next time I open a .hbs and defaults to mustache again

How do I permanently set .hbs to Handlebars?

I am using ST3 - Stable Build 3114 and I installed the Handlebars from the Package Control

ankushdharkar commented 8 years ago

What confuses me even more is the fact that I don't even have a Mustache syntax in my list:

screen shot 2016-06-24 at 2 37 00 pm

daaain commented 8 years ago

Hey @ankushdharkar,

I have no idea what's going on here...

Since this looks like a Sublime issue, the only things I can think of are reinstalling this package, Package Manager or Sublime itself and seeing if that helps.

Sorry that I can't be of any more help...

ankushdharkar commented 8 years ago

Ok. Thank you :)