mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 18:00:25 +00:00
11 lines
297 B
Text
11 lines
297 B
Text
|
|
syntax "Xresources" "X(defaults|resources)$"
|
||
|
|
|
||
|
|
color green "^[[:alnum:]]+\*"
|
||
|
|
color brightyellow "\*[[:alnum:]]+\:"
|
||
|
|
color blue "\b[0-9]+\b"
|
||
|
|
color red "[*:=]"
|
||
|
|
color brightcyan "\b(true|false)\b"
|
||
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||
|
|
color ,green "[[:space:]]+$"
|
||
|
|
color ,red " + +| + +"
|