repo.or.cz
/
MacVim
/
KaoriYa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://repo.or.cz/MacVim into KaoriYa
[MacVim/KaoriYa.git]
/
runtime
/
syntax
/
phtml.vim
blob
646129a20b8472d53736de32436b42156ba9a05c
1
" Vim syntax file
2
" PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
3
4
if !exists("b:current_syntax")
5
runtime! syntax/php.vim
6
endif