emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode 6de08c0 090/468: Update TODO


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 6de08c0 090/468: Update TODO
Date: Thu, 5 Aug 2021 04:58:13 -0400 (EDT)

branch: elpa/lua-mode
commit 6de08c04cde2b7339037024f882b3ddb640aee0d
Author: immerrr <immerrr@gmail.com>
Commit: immerrr <immerrr@gmail.com>

    Update TODO
---
 TODO | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 130fd89..8584f6b 100644
--- a/TODO
+++ b/TODO
@@ -19,12 +19,19 @@
             world
          )
 
-* TODO lua-mark-all-multiline-literals [2/5]
-  - [ ] process --[[ as multiline comment
-  - [ ] process ---[[ as single-line comment
+* TODO lua-mark-all-multiline-literals [4/5]
+  - [X] process --[[ as multiline comment
+  - [X] process ---[[ as single-line comment
     distinguish by syntax state of last dash before square bracket
   - [X] don't recognize [[ in comments or literals
   - [ ] extend region backwards if BEGIN is inside multiline literal
   - [X] don't change buffer-modified-p state
 
+* TODO lua-mark-multiline-region [0/2]
+  - [ ] handle all pre-existing  multiline markers inside the region
+    If region contains multiline beginning markers, delete them along
+    with their counterparts.
+  - [ ] mark the whole multiline region with a property
+    It might be easier to track region modifications on-fly this way
+
 * Redo syntax engine using semantic/wisent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]