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:
authorileathan <leathan7@gmail.com>2014-10-30 18:30:46 +0300
committerileathan <leathan7@gmail.com>2014-10-30 18:30:46 +0300
commit89143fe186530d1a9b2c335d568e133d93728b8a (patch)
tree2e17f2896c2c69a74ea4fdb9d4fa263a222cafc1
parentd24d75290a40675734913579494348e773881932 (diff)
Update perl.nanorc
-rw-r--r--perl.nanorc3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.nanorc b/perl.nanorc
index f97bcb4..d23c26e 100644
--- a/perl.nanorc
+++ b/perl.nanorc
@@ -2,7 +2,8 @@ syntax "perl" "\.p[lm]$"
color red "\<(accept|alarm|atan2|bin(d|mode)|c(aller|h(dir|mod|op|own|root)|lose(dir)?|onnect|os|rypt)|d(bm(close|open)|efined|elete|ie|o|ump)|e(ach|of|val|x(ec|ists|it|p))|f(cntl|ileno|lock|ork))\>" "\<(get(c|login|peername|pgrp|ppid|priority|pwnam|(host|net|proto|serv)byname|pwuid|grgid|(host|net)byaddr|protobynumber|servbyport)|([gs]et|end)(pw|gr|host|net|proto|serv)ent|getsock(name|opt)|gmtime|goto|grep|hex|index|int|ioctl|join)\>" "\<(keys|kill|last|length|link|listen|local(time)?|log|lstat|m|mkdir|msg(ctl|get|snd|rcv)|next|oct|open(dir)?|ord|pack|pipe|pop|printf?|push|q|qq|qx|rand|re(ad(dir|link)?|cv|do|name|quire|set|turn|verse|winddir)|rindex|rmdir|s|scalar|seek(dir)?)\>" "\<(se(lect|mctl|mget|mop|nd|tpgrp|tpriority|tsockopt)|shift|shm(ctl|get|read|write)|shutdown|sin|sleep|socket(pair)?|sort|spli(ce|t)|sprintf|sqrt|srand|stat|study|substr|symlink|sys(call|read|tem|write)|tell(dir)?|time|tr(y)?|truncate|umask)\>" "\<(un(def|link|pack|shift)|utime|values|vec|wait(pid)?|wantarray|warn|write)\>"
color magenta "\<(continue|else|elsif|do|for|foreach|if|unless|until|while|eq|ne|lt|gt|le|ge|cmp|x|my|sub|use|package|can|isa)\>"
icolor cyan start="[$@%]" end="( |[^0-9A-Z_]|-)"
-color yellow "".*"|qq\|.*\|"
+color yellow "qq\|.*\|"
+color yellow ""([^"\\]++|\\.)*+""
color white "[sm]/.*/"
color white start="(^use| = new)" end=";"
color green "#.*"