pulse00 / Twig-Eclipse-Plugin

Eclipse plugin for the twig templating language.
twig.dubture.com
MIT License
107 stars 24 forks source link

Embedded tag parsing fails #60

Closed pulse00 closed 12 years ago

pulse00 commented 12 years ago

The parser fails to parse this embedded tag:


<input {% if value is not empty %}value="{{ value }}" {% endif %}/>