Merge c530bddd0df84dfbaf1469777c035c7f793075cb into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
Adonis Deliannis 2020-12-29 04:06:43 -03:00 committed by GitHub
commit bc4034e6a5
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="\""