Add support for :winpos
[MacVim.git] / runtime / syntax / phtml.vim
blob646129a20b8472d53736de32436b42156ba9a05c
1 " Vim syntax file
2 " PHTML used to be the filetype for PHP 2.0.  Now everything is PHP.
4 if !exists("b:current_syntax")
5   runtime! syntax/php.vim
6 endif