view runtime/syntax/phtml.vim @ 22319:5be7084cc245

Added tag v8.2.1708 for changeset 3f5f96a8dd83a58385c560155150e02ca3aef3ae
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Sep 2020 22:45:04 +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