lua.nanorc

changeset 3
3ea7fa7ca324
parent 2
fa2f5d4b53c0
child 4
a23e95c18c27
equal deleted inserted replaced
2:fa2f5d4b53c0 3:3ea7fa7ca324
21 21
22 # Operators 22 # Operators
23 color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" 23 color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>"
24 24
25 # Statements 25 # Statements
26 color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return)\>" 26 color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>"
27 27
28 # Keywords 28 # Keywords
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

mercurial