Initial commit
[vim-syntax-easychair2.git] / README.md
1 # VIM syntax file for new easychair review form syntax
2
3 The [EasyChair review system](https://easychair.org/) changed the syntax of the
4 offline review form text files. This motivated me to update my old syntax files
5 from 2010 to the new version.
6
7 Installation is easy with your favorite plugin manager, e.g.,
8 [vim-plug](https://github.com/junegunn/vim-plug):
9 ````
10 Plug 'shuber2/easychair2-syntax'
11 ````