view runtime/syntax/phtml.vim @ 26588:c929ca14d8a9

Added tag v8.2.3823 for changeset b2bbc72183a5a95aab5201d35b8617cc7736b4a7
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 11:15: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