Skip to content

jaalzateolaya/vim-syntax-for-PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

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 [email protected]:2072/vim-syntax-for-PHP.git
    

About

Fork of the official VIm syntax file for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 100.0%