Mercurial > repos > other > linux
changeset 87:7d8c0070471c
Don't colour text black - it breaks on dark consoles!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 02 Apr 2018 16:48:13 +0100 |
parents | 3f3f641d5a8b |
children | 93b29bcbc9e7 |
files | nanorc.d/php.nanorc |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/nanorc.d/php.nanorc Mon Apr 02 16:47:17 2018 +0100 +++ b/nanorc.d/php.nanorc Mon Apr 02 16:48:13 2018 +0100 @@ -4,15 +4,6 @@ magic "PHP script" comment "//" -# PHP code -color black start="<\?(php|=)?" end="\?>" - - -# Function names. -#color white "\<[A-Za-z_][A-Za-z_0-9]*\(" -# Variable names. -#color cyan "\$[A-Za-z_][A-Za-z_0-9]*" - # Types. color cyan "\<(array|bool|callable|const|float|global|int|object|string|var)\>"