mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35: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 "%"
|
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="\""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user