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