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 /paludis.nanorc
parent6aa506d5fd52fe436cfca2ce0e7e5f67d0271c14 (diff)
Fixed broken regexs'
Diffstat (limited to 'paludis.nanorc')
-rw-r--r--paludis.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis.nanorc b/paludis.nanorc
index 6d167c5..4147fa9 100644
--- a/paludis.nanorc
+++ b/paludis.nanorc
@@ -4,7 +4,7 @@ color brightblack "^.+$"
## sh syntax:
color brightwhite "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"
icolor magenta "(.+\)|\[.+\])"
-color brightwhite "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|==|&|\|)"
+color brightwhite "(\{|\}|\(\)|\;|\]|\[|`|\\|\$|<|>|!|==|&)"
color brightwhite "-[Ldefgruwx]\>"
color brightwhite "-(eq|ne|gt|lt|ge|le|s|n|z)\>"
color brightblue "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|install|let|ln|make|mkdir|mv|rm|sed|set|tar|touch|umask|unset)\>"