view runtime/syntax/phtml.vim @ 20803:0e5a27f1631c

Added tag v8.2.0953 for changeset ed00f0fbdaef61dee90c5dfe50525a5803d50731
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 22:00:05 +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