branch: elpa/lua-mode
commit 64c1e946caaaada68a5e2371e273ed92dfa79d70
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
lua--builtins: add "self" as keyword
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index f2bc26c..2dd9087 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -351,7 +351,7 @@ traceback location."
"getmetatable" "ipairs" "load" "loadfile" "loadstring" "module"
"next" "pairs" "pcall" "print" "rawequal" "rawget" "rawlen"
"rawset"
"require" "select" "setfenv" "setmetatable" "tonumber" "tostring"
- "type" "unpack" "xpcall"
+ "type" "unpack" "xpcall" "self"
("bit32" . ("arshift" "band" "bnot" "bor" "btest" "bxor" "extract"
"lrotate" "lshift" "replace" "rrotate" "rshift"))
("coroutine" . ("create" "resume" "running" "status" "wrap"
"yield"))