So - I'm starting to work on the code formatting for Macros / LUA posted in epicadvice.com questions. Does anyone have any idea where I can get a good list of keywords and good solid information about the language syntax for the WoW Macros and LUA?
Updated:
I'm not necessarily looking to learn the language, or how to program it (areas I already have experience with) - mainly I'm looking for good lists of keywords / commands for use in Macros.
I found a 'decent' LUA lexer out there already - so it is not as important. As an example of what I mean by a keyword list - this is what the LUA lexer I found listed:
and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while

