Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qu1x/vim-bml

Syntax highlighting for the BML Markup Language
https://github.com/qu1x/vim-bml

bml markup-language syntax-highlighting vim

Last synced: about 1 month ago
JSON representation

Syntax highlighting for the BML Markup Language

Awesome Lists containing this project

README

        

# vim-bml

Syntax highlighting for the BML Markup Language.

Example (using the default color scheme):

![Screenshot](screenshot.png)

## Installation

### Using [Vundle](https://github.com/VundleVim/Vundle.vim)

Add the following to your `~/.vimrc`
```vimrc
Plugin 'qu1x/vim-bml'
```