elp-revive / origami.el

A folding minor mode for Emacs
MIT License
32 stars 6 forks source link

Fix json-parser string handling #21

Closed mosquito-magnet closed 3 years ago

mosquito-magnet commented 3 years ago

A small fix for the json parser: the markers parser doesn't ignore strings, so it's not suitable for json. I added a dedicated function instead.