# HG changeset patch # User Matthew Wild # Date 1294376338 0 # Node ID addc7b3b1e8f933ceb88ca5e4ebe0663854b49dd # Parent f58de1bc3e0a0ecf922ce2127681fdc570d0aa34 Reduce import functions to simply require/dofile diff -r f58de1bc3e0a -r addc7b3b1e8f lua.nanorc --- a/lua.nanorc Fri Jan 07 04:58:15 2011 +0000 +++ b/lua.nanorc Fri Jan 07 04:58:58 2011 +0000 @@ -46,7 +46,7 @@ color brightmagenta "\<(false|nil|true)\>" # External files -color brightgreen "(\<(dofile|require)|%q|%!|%Q|%r|%x)\>" +color brightgreen "\<(dofile|require)\>" # Numbers color red "\<([0-9]+)\>"