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/syntaxfolder. - Copy ftdetect/jade.vim into your
~/.vim/ftdetectfolder. - Copy indent/jade.vim into your
~/.vim/indentfolder.