Remove 'include' highlight

Tue, 28 Sep 2010 14:54:01 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 28 Sep 2010 14:54:01 +0100
changeset 4
a23e95c18c27
parent 3
3ea7fa7ca324
child 5
e548241a4e2e

Remove 'include' highlight

lua.nanorc file | annotate | diff | comparison | revisions
--- a/lua.nanorc	Wed Jun 02 12:59:48 2010 +0100
+++ b/lua.nanorc	Tue Sep 28 14:54:01 2010 +0100
@@ -46,7 +46,7 @@
 color brightmagenta "\<(false|nil|true)\>"
 
 # External files
-color brightgreen "(\<(dofile|require|include)|%q|%!|%Q|%r|%x)\>"
+color brightgreen "(\<(dofile|require)|%q|%!|%Q|%r|%x)\>"
 
 # Numbers
 color red "\<([0-9]+)\>"

mercurial