view runtime/syntax/phtml.vim @ 1911:afbe4a4c884c v7.2.208

updated for version 7.2-208
author vimboss
date Tue, 16 Jun 2009 15:50:33 +0000
parents 18ee39301b82
children
line wrap: on
line source

" Vim syntax file
" PHTML used to be the filetype for PHP 2.0.  Now everything is PHP.

if !exists("b:current_syntax")
  runtime! syntax/php.vim
endif