# HG changeset patch # User Matthew Wild # Date 1259085010 0 # Node ID da04c529c0de30873407cf4449b83a61a83440ec # Parent 7be074f780fd2d29a35c1189f12e6dac72dc2c26 Remove ** operator (thanks daurnimator!) diff -r 7be074f780fd -r da04c529c0de lua.nanorc --- a/lua.nanorc Tue Nov 24 17:49:27 2009 +0000 +++ b/lua.nanorc Tue Nov 24 17:50:10 2009 +0000 @@ -20,7 +20,7 @@ color brightwhite "\[\[.*\]\]" # Operators -color brightyellow ":|\*\*|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" +color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return)\>"