home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / syntax / phtml.vim < prev    next >
Encoding:
Text File  |  2010-08-15  |  157 b   |  7 lines

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