Support for Antlers and Twig
bgarrant opened this issue · 0 comments
bgarrant commented
I asked this in Flatwhite also...
Is there any chance you can add support for Antlers and Twig? Flatwhite 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.