view runtime/syntax/phtml.vim @ 14551:715a3bb25ede

Added tag v8.1.0288 for changeset 60b9b619664427ccc84fd8546d8ae355638dbb74
author Christian Brabandt <cb@256bit.org>
date Wed, 15 Aug 2018 21:00: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