Remove ** operator (thanks daurnimator!)

Tue, 24 Nov 2009 17:50:10 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 24 Nov 2009 17:50:10 +0000
changeset 1
da04c529c0de
parent 0
7be074f780fd
child 2
fa2f5d4b53c0

Remove ** operator (thanks daurnimator!)

lua.nanorc file | annotate | diff | comparison | revisions
--- 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)\>"

mercurial