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

"Partial block" syntax highlighting #88

Closed aaronharder closed 7 years ago

aaronharder commented 7 years ago

Hello, and thanks for a great Sublime enhancement!

I use "partial blocks" extensively, and being a somewhat newer addition to HB, it looks like the syntax highlighting for that is not yet recognized:

http://handlebarsjs.com/partials.html#partial-block

Partial block syntax sample

Don't know if it is easy to improve at all, possibly so the opening tag is highlighted like the closing tag?

Thanks again for your very helpful project!

daaain commented 7 years ago

Hey @aaronharder,

Really sorry that it took me ages to get back to you, but finally had a bit of time to look into this and it was a simple addition after all.

Have a nice day!