view runtime/syntax/phtml.vim @ 15453:cdee6e827112

Added tag v8.1.0734 for changeset 1c6a708a5feec98c3da3586a8769855b3a8725d5
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 16: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