pulse00/Twig-Eclipse-Plugin

syntax coloring bug

Opened this issue · 0 comments

A line like:
<!DOCTYPE {{ config.page.doctype|default('html')|raw }}>

breaks the coloring - everything appears in standard text colors.
I am required to unnecessarily put the doctype tag into a literal for it to work:

{{'<!DOCTYPE'}} {{ config.page.doctype|default('html')|raw }} {{'>'}}