view runtime/syntax/phtml.vim @ 4079:0b140173d14f

Added tag v7-3-793 for changeset fdbded463fdc
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 17:03:30 +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