Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
4bc8cf0e7c4c1d2c9d99ac8b3c080b50f239406d
/
.
/
runtime
/
syntax
/
phtml.vim
blob: 646129a20b8472d53736de32436b42156ba9a05c [
file
] [
log
] [
blame
]
" 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