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.
You probably want vim-pug.
- Copy syntax/jade.vim into your
~/.vim/syntax
folder. - Copy ftdetect/jade.vim into your
~/.vim/ftdetect
folder. - Copy indent/jade.vim into your
~/.vim/indent
folder.