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

Review block expression opening and closing tag colours #98

Open daaain opened 7 years ago

daaain commented 7 years ago

As per @tyleha's comment on #95, now HTML tags have the same colour as block expression opening and closing tags, which isn't great.

The distinction of block tags is useful I think (as mentioned in #94), but we should pick a different scope.

There's a list of scopes here: http://www.sublimetext.com/docs/3/scope_naming.html#color_schemes

But I couldn't find a nice way to see these visualised, so it's a bit of a trial and error to see what colour is which. Also, the scope should be semantically correct.