StanAngeloff / php.vim

An up-to-date Vim syntax for PHP (7.x supported)
477 stars 69 forks source link

Dockerfile for updating the syntax file #7

Closed StanAngeloff closed 10 years ago

StanAngeloff commented 10 years ago

Instead of relying on the system's PHP version (which can be anything on Ubuntu), use Docker to build a container with the latest stable PHP from ~ondrej's PPA.

While at it, drop the .template file and rely on markers in the php.vim file instead. There is no need to have to duplicate the syntax in two places.