view runtime/syntax/phtml.vim @ 6649:8bee881c3ca5 v7.4.649

updated for version 7.4.649 Problem: Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void).
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 13:36:00 +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