Mercurial > repos > other > linux
changeset 97:79a926514260
Use normal to undo "greater than" colouring
Note: won't work in older Nano (which will show "$var->…" with red >)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 02 Apr 2018 19:50:12 +0100 |
parents | 67d3ac391320 |
children | 28304e568753 |
files | nanorc.d/php.nanorc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nanorc.d/php.nanorc Mon Apr 02 19:42:00 2018 +0100 +++ b/nanorc.d/php.nanorc Mon Apr 02 19:50:12 2018 +0100 @@ -12,7 +12,7 @@ color cyan "\<(case|catch|default|do|echo|else(if)?|end(for(each)?|if|switch|while)|final(ly)?|for(each)?|if|print|switch|throw|try|while)\>" # Operators. color red "&&|\|\||>=?|<=?|===?|!==?|!" -color black "[-=]>" +color normal "[-=]>" color magenta "\$this"