changeset 102:7f49998de821

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
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Apr 2018 20:21:37 +0100
parents 845e08259ab0
children 767746af2cfe
files nanorc.d/php.nanorc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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:]]]*;"