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

How to set key binding for comments? (Sublime Text) #104

Closed brandonjp closed 1 year ago

brandonjp commented 5 years ago

I see the note in README that you can set a key binding for comments: https://github.com/daaain/Handlebars/blame/master/README.md#L7

Is there a command I can assign to toggle handlebars comments when I'm inside an html file? (When not using handlebars syntax on the file?)

Thanks!

daaain commented 5 years ago

Hey @brandonjp,

I don't think it's possible to use the functionality of this package unless you switch the HTML file extension association to it. That said, I haven't used Sublime much for years (more into VSCode nowadays) so I might be wrong.