phtml.vim 151 B

1234567
  1. " Vim syntax file
  2. " PHTML used to be the filetype for PHP 2.0. Now everything is PHP.
  3. if !exists("b:current_syntax")
  4. runtime! syntax/php.vim
  5. endif