view runtime/syntax/phtml.vim @ 10150:9b5a9abf136d

Added tag v7.4.2345 for changeset cd9823840f2eac5510359b8768a52430932166d6
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Sep 2016 20: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