view runtime/syntax/phtml.vim @ 5410:98ab541ce7e4

Added tag v7-4-055 for changeset 38a755adc580
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 21:04:38 +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