view runtime/syntax/phtml.vim @ 7535:74daa6b68570

Added tag v7.4.1068 for changeset 0765665083beb8b09688347691219449747c1c11
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 18:30:06 +0100
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