branch: elpa/lua-mode
commit c24f16eeb1d32911d90de0767040e7efb4a12b40
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Put Lua reference resources into TODO file
---
TODO | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/TODO b/TODO
index 097e514..72f5153 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
# -*- mode: org -*-
#+PROPERTY: COOKIE_DATA todo recursive
+* Useful resources
+ - Lua5.1
+ - [[http://www.lua.org/manual/5.1/manual.html#8][bnf syntax]]
+ - [[http://www.lua.org/manual/5.1/index.html#index][function index]]
+ - Lua5.2
+ - [[http://www.lua.org/manual/5.2/manual.html#9][syntax]]
+ - [[http://www.lua.org/manual/5.2/#index][function index]]
* TODO Support line-continuation with commas [0/2]
- [ ] assignments