Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Nordlund <max.nordlund@gmail.com>2013-04-24 02:36:24 +0400
committerMax Nordlund <max.nordlund@gmail.com>2013-04-24 02:36:24 +0400
commit01829b59e1914fff2add4afebf5b0986a2431dce (patch)
tree71f94976c5f8c46ac999720a099fe7c62730199a /etc-stuff.nanorc
parent6aa506d5fd52fe436cfca2ce0e7e5f67d0271c14 (diff)
Fixed broken regexs'
Diffstat (limited to 'etc-stuff.nanorc')
-rw-r--r--etc-stuff.nanorc14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc-stuff.nanorc b/etc-stuff.nanorc
index 1b80df5..e3980e8 100644
--- a/etc-stuff.nanorc
+++ b/etc-stuff.nanorc
@@ -1,6 +1,6 @@
## /etc/ stuff syntax
##
-#syntax "etcconf.d" "conf.d/(\.|/|)"
+#syntax "etcconf.d" "conf.d/(\.|/)"
#color magenta "\".*$"
#color blue "#.*$"
@@ -9,7 +9,7 @@ color green "[0-9]\:.*$"
color brightwhite "[0-9]"
icolor brightred "^[[:space:]]*[.0-9A-Z_]*:"
-syntax "modules" "modules.conf$" "modules.d/(\.|/|)"
+syntax "modules" "modules.conf$" "modules.d/(\.|/)"
color brightwhite "[0-9]"
color red "alias"
color brightred "(probeall|options)"
@@ -162,7 +162,7 @@ color yellow "(weekly|daily|rotate|postrotate|sharedscripts)"
color magenta "logrotate"
color green "#.*$"
-syntax "ppppears" "/etc/ppp/peers/(\.|/|)"
+syntax "ppppears" "/etc/ppp/peers/(\.|/)"
color brightwhite "user.*$"
color brightyellow "user"
color brightyellow start="\"" end="\""
@@ -198,7 +198,7 @@ icolor cyan "^[[:space:]]*[.0-9A-Z_]*:"
color magenta "\:"
color green "#.*$"
-syntax "sane" "sane.d/(\.|/|)"
+syntax "sane" "sane.d/(\.|/)"
color brightgreen "(scsi|usb|parport|auto)"
color brightred "option"
color yellow "(override|vendor|model)"
@@ -220,7 +220,7 @@ color brightblack "(GOTO|IMPORT|ATTRS|SUBSYSTEMS|DVB|IR|BUS|SYSFS|ATTR|LABEL)"
color yellow "(add|net|scsi|drivers|module|address|bus|devices|ioerr_cnt|ignore_device|svga|video|tt(y(S|USB)|y|s)|last_rule)"
color yellow "(pnp|(au|ra)dio|tape|disk|snd|microcode|f(b|d|loppy|irmware)|usb|lp|kbd|parport|block|ide|misc|netlink|input)"
color yellow "(mouse|event|joystick|psmouse|atkbd|spkr|pcspkr|ir|dvb|persistent|storage|end|scanner|sound|dialout|console)"
-color yellow "(cdrom|cdrw|dvd|dvdrw|isdn|pty|vcs|vcsa|ippp|dcbri|ircomm|capi|card|nvidia|rtc|agpgart|psaux|ptmx|sd|dasd|)"
+color yellow "(cdrom|cdrw|dvd|dvdrw|isdn|pty|vcs|vcsa|ippp|dcbri|ircomm|capi|card|nvidia|rtc|agpgart|psaux|ptmx|sd|dasd)"
color yellow "(ataraid|cciss|ida|rd|3dfx|control|hw|pcm|midi|timer|seq|cpu|msr|dm|i2c|mice|js|ts|loop|md|uinput|inotify|aoe)"
color brightyellow "(ID_(SERIAL|PATH|CLASS|EDD|CDROM|CDROM_(DVD|DVD_R|CD_RW))|program|parent|removable|GENERATED|COMMENT)"
color brightyellow "(id(Vendor|Product)|PHYSDEVBUS|(UDEV|UDEVD)_EVENT|INTERFACE_NEW|MODALIAS|modalias|alias|name)"
@@ -273,7 +273,7 @@ color brightyellow "(\{|\})"
color cyan "/.*$"
color green "#.*$"
-syntax "xinetd.d" "xinetd.d/(\.|/|)"
+syntax "xinetd.d" "xinetd.d/(\.|/)"
icolor yellow "^[[:space:]]*[.0-9A-Z_]*[[:space:]]"
color brightgreen "([0-9]|yes)"
color brightred "(off|[[:space:]]no)"
@@ -345,7 +345,7 @@ color brightgreen "yes"
color green "#.*$"
syntax "mysql" "my.cnf"
-icolor yellow "^[[:space:]]*[0-9\/a-z_-]*"
+icolor yellow "^[[:space:]]*[0-9\/a-z_\-]*"
color cyan start="\[" end="\]"
color green "#.*$"