1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-19 16:25:11 +01:00
vim/runtime/syntax/phtml.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
151 B
VimL
Raw Permalink Normal View History

2004-06-13 20:20:40 +00:00
" Vim syntax file
2008-06-24 22:58:06 +00:00
" PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
2004-06-13 20:20:40 +00:00
2008-06-24 22:58:06 +00:00
if !exists("b:current_syntax")
runtime! syntax/php.vim
2004-06-13 20:20:40 +00:00
endif