summaryrefslogtreecommitdiffstats
path: root/syntax/phtml.vim
blob: d00ced951ca702356c925fd4221d3afd67e41e57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
  
" 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

endif