view runtime/syntax/phtml.vim @ 10965:c6125f350427

Added tag v8.0.0371 for changeset bcbda8ae5549eb11dbe142f3d9539f1651ddf188
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 21: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