Posts

Showing posts with the label bundle

Install Anomareh PHP-Twig.tmbundle on Sublime Text 3

So this bundle for Sublime Text is made by Anomareh Basically, what it does is integrate Twig to the said IDE by providing syntax highlighting and auto-completion for Twig when using Sublime. So here's how to install the package. Download the package at https://github.com/Anomareh/PHP-Twig.tmbundle Unzip then copy all the files and folders In Sublime, click Browse Packages under the Preferences menu Create a directory named Twig on Packages folder Paste the files that you copied earlier into the Twig folder Restart Sublime Now, in your twig file, click on the bottom right of the sublime window (a drop up/down should appear) Select HTML (Twig) from the list of languages to enable the package. This should work on Sublime Text 2 as well.