branch: master
commit cf82d88b6424162d29a10f28b9965485f0a3539b
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add to TODO
---
TODO | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/TODO b/TODO
index ac3e65f..4008058 100644
--- a/TODO
+++ b/TODO
@@ -60,3 +60,7 @@ changes to its children, or a group to specify changes to its
members.
Port or generalize the relevant bits from ERB indentation code to similar
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.