view runtime/syntax/phtml.vim @ 19648:50689415194e

Added tag v8.2.0380 for changeset c8cb1a41f64c4e26cd20adcb70a782e9ce63a6e1
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Mar 2020 15:30: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