view runtime/syntax/phtml.vim @ 2708:e44523d45bf5 v7.3.125

updated for version 7.3.125 Problem: MSVC: Problem with quotes in link argument. Solution: Escape backslashes and quotes. (Weasley)
author Bram Moolenaar <bram@vim.org>
date Tue, 15 Feb 2011 18:06:15 +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