view runtime/syntax/phtml.vim @ 24207:29ae46ae449b

Added tag v8.2.2644 for changeset 55631f8e0730f1d417a28ef78bf946c3cfd89e24
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Mar 2021 19:45:05 +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