1" Vim syntax file 2" PHTML used to be the filetype for PHP 2.0. Now everything is PHP. 3 4if !exists("b:current_syntax") 5 runtime! syntax/php.vim 6endif 7