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
- Host: GitHub
- URL: https://github.com/sevinf/vim-bemhtml
- Owner: SevInf
- Created: 2014-01-17T13:21:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T09:37:08.000Z (over 12 years ago)
- Last Synced: 2025-02-03T21:57:26.351Z (over 1 year ago)
- Language: VimL
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
``