view runtime/syntax/phtml.vim @ 7764:c500ad63925b

Added tag v7.4.1179 for changeset 26bb1a6abe25b1d1613edfe78a4c0a9120a32066
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jan 2016 20: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