origami.el icon indicating copy to clipboard operation
origami.el copied to clipboard

Improve documentation for creating a parser

Open gregsexton opened this issue 9 years ago • 1 comments

Document this thoroughly and provide examples.

gregsexton avatar Apr 25 '15 14:04 gregsexton

Hi @gregsexton, really like this project as a flexible text folding package for emacs. I agree with your assessment that the documentation for creating a parser is a bit shoddy, but I think you just need to give a simple example to help others understand the what functions to call.

I simply wanted to ask how you would implement folding for both stuff between braces (c-style-parser) and brackets? If you could give an example, that would be great! Thanks.

imdaveho avatar Jan 22 '16 05:01 imdaveho