1
0
Fork 0
vim/runtime/syntax/phtml.vim
Daniel Baumann 0985b09abd
Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:09:31 +02:00

6 lines
151 B
VimL

" 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