branch: master
commit 86cb98023679e29259b96f0d4c2639be6b9980ec
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Write TODO some more
---
TODO | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 4008058..718e049 100644
--- a/TODO
+++ b/TODO
@@ -63,4 +63,7 @@ packages for other languages.
Make re-parsing the buffer into regions incremental: take the position
of the most early change, see the submodes nesting there, and resume
-parsing with that data. Shouldn't be too hard, conceptually.
+parsing with that data. Shouldn't be too hard, conceptually. Maybe
+even ignore the nesting, backtrack to a position where there are no
+overlays, and re-parse from there (see mmm-parse-apply as a starting
+point).