Add 'break' keyword

Wed, 02 Jun 2010 12:59:48 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 02 Jun 2010 12:59:48 +0100
changeset 3
3ea7fa7ca324
parent 2
fa2f5d4b53c0
child 4
a23e95c18c27

Add 'break' keyword

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

mercurial