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
- Host: GitHub
- URL: https://github.com/liuzl/vim-fmr
- Owner: liuzl
- Created: 2018-07-22T01:50:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T09:53:32.000Z (over 7 years ago)
- Last Synced: 2024-12-25T20:25:53.735Z (over 1 year ago)
- Topics: fmr, vim
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)