CardiacPhase/Git/usr/share/vim/vim81/syntax/phtml.vim

7 lines
151 B
VimL
Raw Normal View History

2019-05-06 16:34:28 +02:00
" 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