An open API service indexing awesome lists of open source software.

https://github.com/sevinf/vim-bemhtml

Vim syntax for bemhtml
https://github.com/sevinf/vim-bemhtml

Last synced: 6 months ago
JSON representation

Vim syntax for bemhtml

Awesome Lists containing this project

README

          

# vim-bemhtml

Vim syntax for [`bemhtml`](http://bem.info/libs/bem-core/1.0.0/bemhtml/rationale/) template engine.

## Requirements

Requires [`vim-javascript`](https://github.com/pangloss/vim-javascript) plugin installed.

## Installation

### With [NeoBundle](https://github.com/Shougo/neobundle.vim)

Add to your `.vimrc`:

```
NeoBundle 'SevInf/vim-bemhtml'
```

Reload your config:

```
:so $MYVIMRC
```

Install:

``
:NeoBundleInstall
``

### With [Vundle](https://github.com/gmarik/vundle)

Add to your `.vimrc`:

```
Bundle 'SevInf/vim-bemhtml'
```

Reload your config:

```
:so $MYVIMRC
```

Install:

``
:BundleInstall
``