view runtime/syntax/phtml.vim @ 19016:2c87424f5ea1

Added tag v8.2.0068 for changeset a3d9a5e14c1f88ed505edb63ae346d4dcdfe43c3
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Dec 2019 22:00:04 +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