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

https://github.com/liuzl/vim-fmr

Syntax highlighting for FMR grammar in Vim
https://github.com/liuzl/vim-fmr

fmr vim

Last synced: about 1 year ago
JSON representation

Syntax highlighting for FMR grammar in Vim

Awesome Lists containing this project

README

          

# fmr.vim

Syntax highlighting for [FMR](https://github.com/liuzl/fmr) grammar.

## Installation

### Manual install

Unzip into your `.vim` directory.

### Pathogen install

Clone this repo into your `.vim/bundle` directory. For example:
```sh
$ cd ~/.vim/bundle
$ git clone https://github.com/liuzl/vim-fmr
```

### Vundle install

Add ```Plugin 'liuzl/vim-fmr'``` to `.vimrc` and run `PluginInstall` in vim.

## Maintainer

[Zhanliang Liu](https://zliu.org)