withgod / vim-sourcepawn

SourcePawn support files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

About

SourcePawn support files.

  • filetype detect
  • syntax highlight
  • errorformat (makeprg set your self)

Install

manual install

download zip and extract your $HOME/.vim directory

https://github.com/withgod/vim-sourcepawn/zipball/master

Vundle

Bundle 'withgod/vim-sourcepawn.git'

Option

put your .vimrc

" for sourcepawn quickfix
au FileType sourcepawn setlocal makeprg=/path/to/spcomp\ %

Changelog

2013-09-30 pmrowla

  • Sourcemod 1.5 API support
  • C-style syntax to use whats in c.vim from vim 7.3.
  • #1

2012-02-29 withgod

  • few fix, make package and hosting github.

2009-01-05 Fyren

2007-12-31 naris

About

SourcePawn support files


Languages

Language:Vim Script 74.6%Language:Prolog 25.4%