view runtime/syntax/phtml.vim @ 31607:ff068ae8db41

Added tag v9.0.1135 for changeset 035b8dbb267c34612e772b95deb652265653cb60
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Jan 2023 21:45: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