view runtime/syntax/phtml.vim @ 1806:f0c598082dff v7.2.104

updated for version 7.2-104
author vimboss
date Wed, 11 Feb 2009 15:03:45 +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