neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

phtml.vim (151B)


      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