mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
syntax "xresources" "X(defaults|resources)$"
|
|
|
|
color special "^[[:alnum:]]+\*"
|
|
color identifier.var "\*[[:alnum:]]+\:"
|
|
color constant.number "\b[0-9]+\b"
|
|
color symbol.operator "[*:=]"
|
|
color constant.bool "\b(true|false)\b"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|
|
color indent-char.whitespace "[[:space:]]+$"
|
|
color indent-char " + +| + +"
|