mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35:53 +01:00
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
syntax "Xresources" "X(defaults|resources)$"
|
|
|
|
color green "^[[:alnum:]]+\*"
|
|
color yellow "\*[[:alnum:]]+\:"
|
|
color blue "\<[0-9]+\>"
|
|
color red "[*:=]"
|
|
color cyan "\<(true|false)\>"
|
|
color black "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|