Merge pull request #94 from EarthCitizen/patch-1

Fix syntax error in lua.nanorc: "empty (sub)expression"
This commit is contained in:
Anthony Scopatz 2016-03-03 12:55:41 -05:00
commit 8b06671abd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ color brightyellow "table\.\<(concat|insert|maxn|move|pack|remove|sort|unpack)\>
color brightyellow "utf8\.\<(char|charpattern|codes|codepoint|len|offset)\>"
color brightyellow "coroutine\.\<(create|isyieldable|resume|running|status|wrap|yield)\>"
color brightyellow "debug\.\<(debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue|getuservalue|setfenv|sethook|setlocal|setmetatable|setupvalue|setuservalue|traceback|upvalueid|upvaluejoin)\>"
color brightyellow "bit32\.\<(arshift|band|bnot|bor|btest|bxor|extract|replace|lrotate|lshift|rrotate|rshift|)\>"
color brightyellow "bit32\.\<(arshift|band|bnot|bor|btest|bxor|extract|replace|lrotate|lshift|rrotate|rshift)\>"
# File handle methods
color brightyellow "\:\<(close|flush|lines|read|seek|setvbuf|write)\>"