Reduce import functions to simply require/dofile

Fri, 07 Jan 2011 04:58:58 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 07 Jan 2011 04:58:58 +0000
changeset 7
addc7b3b1e8f
parent 6
f58de1bc3e0a
child 8
3ec33e546c39

Reduce import functions to simply require/dofile

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

mercurial