mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Merge 062c6f0f4dedb67fbf9234ca807115a662918f69 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd
This commit is contained in:
commit
9279ffb502
@ -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…
x
Reference in New Issue
Block a user