/cheetah.vim

Syntax highlighting for Cheetah template files.

Primary LanguageVim Script

cheetah.vim

Description

This is a vim plugin provides HTML Cheetah file detection and syntax highlighting. The syntax file was copied from cybermirror.org.

Installation

Using Vundle

  1. Add Bundle 'wting/cheetah.vim' to ~/.vimrc
  2. vim +BundleInstall +qall

Note: Vundle will not automatically detect Cheetah files properly if filetype on is executed before Vundle. Please check the quickstart for more details.

Using Pathogen

  1. cd ~/.vim/bundle
  2. git clone git://github.com/wting/cheetah.vim.git