Files
zyedidia.micro/runtime/syntax/mpdconf.micro
2017-03-01 17:08:56 -05:00

10 lines
421 B
Plaintext

syntax "mpd" "mpd\.conf$"
color statement "\b(user|group|bind_to_address|host|port|plugin|name|type)\b"
color statement "\b((music|playlist)_directory|(db|log|state|pid|sticker)_file)\b"
color special "^(input|audio_output|decoder)[[:space:]]*\{|\}"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color comment "(^|[[:space:]])#([^{].*)?$"
color indent-char.whitespace "[[:space:]]+$"
color indent-char " + +| + +"