A vim syntax plugin for parsing expression grammars
Go to file
2018-12-18 16:48:35 -08:00
ftdetect Initial commit 2018-12-18 15:52:00 -08:00
ftplugin Initial commit 2018-12-18 15:52:00 -08:00
indent Initial commit 2018-12-18 15:52:00 -08:00
syntax Initial commit 2018-12-18 15:52:00 -08:00
LICENSE Added license 2018-12-18 16:35:31 -08:00
README.md Added plug for vim-plug 2018-12-18 16:48:35 -08:00

This is a vim plugin for Parsing Expression Grammars, using the LPEG "re" syntax. I recommend installing it with vim-plug:

Plug 'https://bitbucket.org/spilt/vim-peg', { 'for': 'peg' }