branch: elpa/lua-mode commit 58427037a6e4eed36f03c00af5fded17be8db484 Author: immerrr <imme...@gmail.com> Commit: immerrr <imme...@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