2018-12-18 15:54:31 -08:00
|
|
|
This is a vim plugin for Parsing Expression Grammars, using the [LPEG "re" syntax](http://www.inf.puc-rio.br/~roberto/lpeg/re.html).
|
2018-12-18 16:48:35 -08:00
|
|
|
I recommend installing it with [vim-plug](https://github.com/junegunn/vim-plug):
|
|
|
|
|
|
|
|
```
|
|
|
|
Plug 'https://bitbucket.org/spilt/vim-peg', { 'for': 'peg' }
|
|
|
|
```
|