view runtime/syntax/phtml.vim @ 14902:72fe7891fad8

Added tag v8.1.0462 for changeset 014d916ab25838ced666c7bd4eccd732be999f15
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Oct 2018 20:45:05 +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