mayanktg / vim-jade

Vim syntax highlighting for the Jade templating engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-jade project-status

vim-jade provides syntax highlighting for the Jade templating engine. It is a port from tpope's vim-haml with some adjustments to support differences in the syntax.

Installation

  1. Copy syntax/jade.vim into your ~/.vim/syntax folder.
  2. Copy ftdetect/jade.vim into your ~/.vim/ftdetect folder.
  3. Copy indent/jade.vim into your ~/.vim/indent folder.

About

Vim syntax highlighting for the Jade templating engine.