view runtime/syntax/phtml.vim @ 5719:41731b8ee4b8

Added tag v7-4-204 for changeset f5120cbf16b9
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 20:17:52 +0100
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