laughing-hipster/Tools/vim/syntax/phtml.vim

7 lines
151 B
VimL
Executable File

" 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