joshpeng / One-Dark

Atom's One Dark theme for Visual Studio Code
MIT License
15 stars 2 forks source link

Template Engines Colorization (Kind Request) #5

Open tympapost opened 7 years ago

tympapost commented 7 years ago

Congrats on this great theme, I love it and I've been using it for months now. I would like to make a request, if you have the time to implement it. Could you add colorization for the mustache tokens used by several templating engines? I'm talking about these: {{ example }} {% example %} <%= example %>

Those are the most common ones for most html-embedded engines. Those are the engines that use embedded tags inside html files, not the other types that require rewriting html into another style or file. Please consider it. Thanks for taking the time to read this.

joshpeng commented 7 years ago

Thanks for the suggestion @tympapost. I'll see what I can do at a later point in time when I have more time.