view runtime/syntax/phtml.vim @ 29766:da1a76b65cbf

Added tag v9.0.0222 for changeset bc6cf208b1b4e10dcf2410216bdbcfc7faa5f360
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Aug 2022 21:30:04 +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