Merge 2f5ca7b681ac1fcdc02ff93b0630d58092257972 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
Richard Fleming 2020-12-17 15:57:30 -08:00 committed by GitHub
commit 2f755037c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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