Python: Make numbers yellow instead of blue to make them easier to read

This commit is contained in:
Simon Volpert 2018-03-17 10:35:56 +02:00
parent b364e4bf4d
commit c3c1996717
No known key found for this signature in database
GPG Key ID: C88435385910CF33
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ color magenta "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
color magenta "[(){}]" "\[" "\]"
## numbers
icolor blue "\b(([1-9][0-9]+)|0+)\.[0-9]+j?\b" "\b([1-9][0-9]*[Lj]?)\b" "\b0o?[0-7]*L?\b" "\b0x[1-9a-f][0-9a-f]*L?\b" "\b0b[01]+\b"
icolor brightyellow "\b(([1-9][0-9]+)|0+)\.[0-9]+j?\b" "\b([1-9][0-9]*[Lj]?)\b" "\b0o?[0-7]*L?\b" "\b0x[1-9a-f][0-9a-f]*L?\b" "\b0b[01]+\b"
## strings