Merge 062c6f0f4dedb67fbf9234ca807115a662918f69 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
Dante Barbieri 2020-12-18 10:51:15 -08:00 committed by GitHub
commit 9279ffb502
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="\""