view runtime/syntax/phtml.vim @ 13653:e4e15356d32f

Added tag v8.0.1698 for changeset a87e16662e48706e414494a7262056327151b360
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Apr 2018 21:15:06 +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