view runtime/syntax/phtml.vim @ 24127:8c03eefca0c1

Added tag v8.2.2604 for changeset 51ba4b49d7f9d7c6a745b98ad90a650b4680f184
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Mar 2021 16:30:03 +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