mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 15:10:27 +09:00
10 lines
421 B
Plaintext
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 " + +| + +"
|