view runtime/syntax/phtml.vim @ 28396:cf018ac0499c

Added tag v8.2.4722 for changeset a0cd2b7a78efd685e5eba7fa2d3833a926669d0a
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 19:00:03 +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