view runtime/syntax/phtml.vim @ 2073:5bedef935ce3 v7.2.357

updated for version 7.2.357 Problem: When changing 'fileformat' from/to "mac" and there is a CR in the text the display is wrong. Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
author Bram Moolenaar <bram@zimbu.org>
date Thu, 11 Feb 2010 17:02:11 +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