xref: /vim-8.2.3635/runtime/syntax/phtml.vim (revision 36e294c0)
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