Update prolog.nanorc

Error in prolog.nanorc on line 7: Color "normal" not understood.
Error in prolog.nanorc on line 21: Color "normal" not understood.
These were changed to white.
This commit is contained in:
Adonis Deliannis 2019-07-07 12:22:51 -07:00 committed by GitHub
parent 77b1a65bed
commit c530bddd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ syntax prolog "\.pl"
comment "%"
# Reset everything
color normal ".*"
color white ".*"
# Integers and floats
color yellow "(^| |=)[0-9]+\.?[0-9]*"
@ -18,7 +18,7 @@ color yellow "(^|[[:blank:]]|\(|,)_($|[[:blank:]]|,|\))"
# Functions
color cyan "(^|[[:blank:]])\w+\("
color normal "\(|\)|\[|\]|,|=|\\="
color white "\(|\)|\[|\]|,|=|\\="
# Atoms
color green start="\"" end="\""