view runtime/syntax/phtml.vim @ 22714:3a5093628329

Added tag v8.2.1905 for changeset e871a824efc94e5a22295a87e38ad82dde6d431c
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Oct 2020 18:00: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