view runtime/syntax/phtml.vim @ 30458:394b612ec507

Added tag v9.0.0564 for changeset 7ab65e398be7d91db60c42ef86af64f24bc9f403
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 22:30:03 +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