micro/runtime/syntax/xresources.micro

11 lines
297 B
Text
Raw Normal View History

syntax "xresources" "X(defaults|resources)$"
2016-03-21 19:16:02 +03:00
color green "^[[:alnum:]]+\*"
color brightyellow "\*[[:alnum:]]+\:"
2016-03-25 23:41:36 +03:00
color blue "\<[0-9]+\>"
2016-03-21 19:16:02 +03:00
color red "[*:=]"
2016-03-25 23:41:36 +03:00
color brightcyan "\<(true|false)\>"
2016-03-21 19:16:02 +03:00
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"