Vim syntax for bemhtml template engine.
Requires vim-javascript plugin installed.
With NeoBundle
Add to your .vimrc:
NeoBundle 'SevInf/vim-bemhtml'
Reload your config:
:so $MYVIMRC
Install:
:NeoBundleInstall
With Vundle
Add to your .vimrc:
Bundle 'SevInf/vim-bemhtml'
Reload your config:
:so $MYVIMRC
Install:
:BundleInstall