Mercurial > vim
view runtime/syntax/phtml.vim @ 7374:7e367104f6b6 v7.4.992
commit https://github.com/vim/vim/commit/013806229a1e15480592f6bc8453130685ec750b
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 29 16:04:42 2015 +0100
patch 7.4.992
Problem: Makefiles for MS-Windows in src/po are outdated.
Solution: Make them work. (Ken Takata, Taro Muraoka)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 29 Dec 2015 16:15: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