view runtime/syntax/phtml.vim @ 22281:7509c66a371a

Added tag v8.2.1689 for changeset 47ebfc274e3fd105b673bc095795bd7732ac5da0
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Sep 2020 21:00: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