# HG changeset patch # User Matthew Wild # Date 1275479988 -3600 # Node ID 3ea7fa7ca324a457fe3c6b6505a40b2faa5ae1ee # Parent fa2f5d4b53c0adb463b79c6f5dc5763bd4964268 Add 'break' keyword diff -r fa2f5d4b53c0 -r 3ea7fa7ca324 lua.nanorc --- a/lua.nanorc Sun Mar 07 21:17:04 2010 +0000 +++ b/lua.nanorc Wed Jun 02 12:59:48 2010 +0100 @@ -23,7 +23,7 @@ color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" # Statements -color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return)\>" +color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(debug|string|math|table|io|coroutine|os)\>\."