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

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

[nongnu] elpa/lua-mode 5842703 068/468: Add TODO


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 5842703 068/468: Add TODO
Date: Thu, 5 Aug 2021 04:58:09 -0400 (EDT)

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

    Add TODO
---
 TODO | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/TODO b/TODO
new file mode 100644
index 0000000..6b5def5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+* Add docs about lua-prefix-key machinery
+* Support line-continuation with commas, e.g.
+   x,y = long_value,
+         other_long_value
+
+* Support line-continuation commas in `for ... do ' operators
+* Fix braces/parens that reduce indent by const offset
+   this causes wrong behavior when indented block was
+   anchored to first line, e.g.
+   my_func( hello,
+            world
+         )
+
+* Redo syntax engine using semantic/wisent



reply via email to

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