summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/phtml.mnv
blob: c8d440f4c19680bbfc013b35d084eed49435bc3a (plain)
1
2
3
4
5
6
" MNV syntax file
" PHTML used to be the filetype for PHP 2.0.  Now everything is PHP.

if !exists("b:current_syntax")
  runtime! syntax/php.mnv
endif