view runtime/syntax/phtml.vim @ 22769:b03c250a83e7

Added tag v8.2.1932 for changeset 1ab66a0a631a1498f4ffea34a73418e114995526
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 13: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