Ctags for PHP 5
In an earlier post I wrote about how to use Ctags with Vim. Unfortunately ctags doesn’t support PHP 5 yet. The creators of ctags anticipated a scenario of unknown languages, so they made it easy to customize the parsing behaviour. A blog post about a similar solution can be found at the Phly, boy, [...]