simurai / duotone-light-syntax

DuoTone light - A syntax theme for Atom

Repository from Github https://github.comsimurai/duotone-light-syntaxRepository from Github https://github.comsimurai/duotone-light-syntax

Support for Antlers and Twig

bgarrant opened this issue · comments

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

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.