raulfraile / sublime-symfony2

A Sublime Text bundle for Symfony2 development
173 stars 43 forks source link

Added Block tag, if-else-elseif condition, Loop For, form-row snippet #25

Closed florentdestremau closed 10 years ago

florentdestremau commented 10 years ago

Hi again, Just after making an issue, I actually tried myself and added tags for twig templates , hope you like it, i tested on my sublime text after close&open, it works fine and will help you out !

pylebecq commented 10 years ago

Hi,

Thanks for your contribution.

There is a Twig package for sublime text that works very well and covers some of your needs: https://github.com/Anomareh/PHP-Twig.tmbundle It handles blocks, if/else, loops, extends/includes and do syntax highlighting for twig files, and maybe other features.

I prefer not to include features overlapping with the PHP-Twig package so the only thing that I do want to include in our package is your sftwigrow snippet which is Symfony specific. Could you please remove the others snippets ?

florentdestremau commented 10 years ago

@pylebecq is this ok ? I used the package you mentionned and it works great ! Thanks for the advice :+1:

pylebecq commented 10 years ago

Perfect, thanks !

florentdestremau commented 10 years ago

oh i actually forgot to update the readme, adding it after the form docs.

pylebecq commented 10 years ago

You're right. I will handle it myself don't worry.