pulse00 / Twig-Eclipse-Plugin

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

RFE: Add support for eclipse's Task Tags (e.g. TODO) #89

Open ThomasLandauer opened 9 years ago

ThomasLandauer commented 9 years ago

If I add the following line in a .twig file, it isn't listed in eclipse's Tasks View:

{# TODO: Something... #}

It would be nice if you could integrate this. Thanks!!