view runtime/syntax/phtml.vim @ 13922:1a30d378b70b

Added tag v8.0.1831 for changeset 3b6c29f8c1a249a7b1501f47be88e7774d1b1b2b
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 15:30:08 +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