Hightlight Jade File
Jul 12, 2014
Technology
Install vim-jade
via:
Bundle 'digitaltoad/vim-jade'
Then in vim type :BundleInstall
this will automatically install the plugin of vim-jade.
Enable the Highlight of jade file via:
au BufNewFile,BufRead,BufReadPost *.jade set filetype=jade
Now everytime you open jade file, it will be automatically be highlighted.