Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 566 Bytes

readme.markdown

File metadata and controls

20 lines (13 loc) · 566 Bytes

vim-jade

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.

Unmaintained

You probably want vim-pug.

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.