lua.nanorc

changeset 2
fa2f5d4b53c0
parent 1
da04c529c0de
child 3
3ea7fa7ca324
equal deleted inserted replaced
1:da04c529c0de 2:fa2f5d4b53c0
29 color brightyellow "\<(debug|string|math|table|io|coroutine|os)\>\." 29 color brightyellow "\<(debug|string|math|table|io|coroutine|os)\>\."
30 color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" 30 color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\("
31 31
32 # Standard library 32 # Standard library
33 color brightyellow "io\.\<(close|flush|input|lines|open|output|popen|read|tmpfile|type|write|stdin|stdout|stderr)\>" 33 color brightyellow "io\.\<(close|flush|input|lines|open|output|popen|read|tmpfile|type|write|stdin|stdout|stderr)\>"
34 color brightyellow "math\.\<(abs|acos|asin|atan2|atan|ceil|cosh|cos|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log|max|min|modf|pi|pow|rad|random|randomseed|sinh|tan)\>" 34 color brightyellow "math\.\<(abs|acos|asin|atan2|atan|ceil|cosh|cos|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log|max|min|mod|modf|pi|pow|rad|random|randomseed|sinh|tan)\>"
35 color brightyellow "os\.\<(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" 35 color brightyellow "os\.\<(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>"
36 color brightyellow "package\.\<(cpath|loaded|loadlib|path|preload|seeall)\>" 36 color brightyellow "package\.\<(cpath|loaded|loadlib|path|preload|seeall)\>"
37 color brightyellow "string\.\<(byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)\>" 37 color brightyellow "string\.\<(byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)\>"
38 color brightyellow "table\.\<(concat|insert|maxn|remove|sort)\>" 38 color brightyellow "table\.\<(concat|insert|maxn|remove|sort)\>"
39 color brightyellow "coroutine\.\<(create|resume|running|status|wrap|yield)\>" 39 color brightyellow "coroutine\.\<(create|resume|running|status|wrap|yield)\>"

mercurial