mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
10 lines
346 B
Text
10 lines
346 B
Text
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 " + +| + +"
|