view runtime/syntax/phtml.vim @ 23945:ae156af6f28a

Added tag v8.2.2514 for changeset 6e593e0aaadf65fe1e6b8f35accc1d0246ab4f71
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 14: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