3onyc / vim-syntax-for-PHP

Fork of the official VIm syntax file for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a fork of the official VIm syntax file for PHP (version from 2012-12-11 is bundled with VIm 7.4)

For now I just fix things I need and use daily.

See the commit log to see the changes from Jason Woofenden's version.

Install

Vundle

  1. Install and configure the Vundle plug-in manager, follow the instructions here

  2. Add the following line to your .vimrc:

     Plugin '2072/vim-syntax-for-PHP.git'
    
  3. Source your .vimrc with :so % or otherwise reload your VIm

  4. Run the :PluginInstall command

Pathogen

  1. Install the pathogen.vim plug-in, follow the instructions here

  2. Clone the repository under your ~/.vim/bundle/ directory:

     cd ~/.vim/bundle
     git clone git@github.com:2072/vim-syntax-for-PHP.git
    

About

Fork of the official VIm syntax file for PHP


Languages

Language:Vim Script 100.0%