yalesov / vim-emblem

Adds emblem support to vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-emblem

vim-emblem adds emblem support to vim.

Features:

  • detects .em and .emblem files as emblem
    • if vim-ember-script is also included, then .em will not clash with ember-script, i.e. .emblem = emblem and .em = ember-script
  • sets standard coding style (two-space indentation)
  • syntax highlighting

This plugin contributes to vim-polyglot language pack.

Todo:

  • indentation

Install

Vundle

Get vundle.

.vimrc:

Bundle 'yalesov/vim-emblem'

Launch vim, :BundleInstall.

Pathogen

Get pathogen.vim.

$ cd ~/.vim/bundle
$ git clone https://github.com/yalesov/vim-emblem.git

Manual install

Download and extract all scripts into ~/.vim / $HOME\vimfiles.

License

ISC

About

Adds emblem support to vim.


Languages

Language:Vim Script 100.0%