mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 12:25:53 +01:00
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:
parent
77b1a65bed
commit
c530bddd0d
|
@ -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="\""
|
||||
|
|
Loading…
Reference in New Issue
Block a user