pulse00 / Twig-Eclipse-Plugin

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

{#{% breaks highlighting #86

Open michaelkonecny opened 9 years ago

michaelkonecny commented 9 years ago

If I have a code like:

{#{% for category in shop.categories %}#}

the highlighting for the entire document stops working.

If I insert a space after the hashtag:

{# {% for category in shop.categories %} #}

it works fine.