# HG changeset patch # User IBBoard # Date 1522696897 -3600 # Node ID 7f49998de821c0520f6f02cf5319d84933c462ff # Parent 845e08259ab05e8ac1c99137f02915df46465afe Remove number literal colouring for PHP It doesn't add anything, it doesn't look great, and we've not got enough colours to make it work diff -r 845e08259ab0 -r 7f49998de821 nanorc.d/php.nanorc --- a/nanorc.d/php.nanorc Mon Apr 02 20:17:48 2018 +0100 +++ b/nanorc.d/php.nanorc Mon Apr 02 20:21:37 2018 +0100 @@ -19,9 +19,6 @@ # Control flow. color magenta "\<(break|continue|goto|return)\>" -# Numbers -color blue "\b[0-9]+\b" - # General HTML color brightblue start="<[a-zA-Z/]" end=">" color red "&[^;[[:space:]]]*;"