view runtime/syntax/phtml.vim @ 7539:f5d3b2c6f971

Added tag v7.4.1070 for changeset c9fc24b7629385e94b7479146e610fc7c28d07a3
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 19:45:05 +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