view runtime/syntax/phtml.vim @ 11839:6693f3c940e0

Added tag v8.0.0799 for changeset e6080ed193f6729087417a661dea27f5c8c46a97
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 23:30:04 +0200
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