simurai / duotone-light-syntax

DuoTone light - A syntax theme for Atom
MIT License
58 stars 5 forks source link

Support for Antlers and Twig #8

Open bgarrant opened 6 years ago

bgarrant commented 6 years ago

Is there any chance you can add support for Antlers and Twig? DuoTone Light is such a beautiful theme but it does not highlight the tags in these two languages. They are basically just additional tags for HTML.

https://atom.io/packages/language-antlers https://atom.io/packages/language-twig

bgarrant commented 6 years ago

Antlers pretty much uses {{ }} for tags and {{# #}} for comments. See https://docs.statamic.com/antlers#tag-syntax.

Twig is similar with {{ }}, {% %} and {# #}. See https://twig.symfony.com/doc/2.x/templates.html.