vim-emblem
adds emblem support to vim.
Features:
- detects
.em
and.emblem
files asemblem
- if vim-ember-script
is also included, then
.em
will not clash with ember-script, i.e..emblem
=emblem
and.em
=ember-script
- if vim-ember-script
is also included, then
- sets standard coding style (two-space indentation)
- syntax highlighting
This plugin contributes to vim-polyglot language pack.
Todo:
- indentation
Get vundle.
.vimrc
:
Bundle 'yalesov/vim-emblem'
Launch vim, :BundleInstall
.
Get pathogen.vim.
$ cd ~/.vim/bundle
$ git clone https://github.com/yalesov/vim-emblem.git
Download and
extract all scripts into ~/.vim
/ $HOME\vimfiles
.
ISC