mirror of
https://github.com/scopatz/nanorc
synced 2024-11-05 09:10:00 +01:00
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
|
syntax "mpdconf" "mpd\.conf$"
|
||
|
|
||
|
color cyan "\<(user|group|bind_to_address|host|port|plugin|name|type)\>"
|
||
|
color cyan "\<((music|playlist)_directory|(db|log|state|pid|sticker)_file)\>"
|
||
|
color brightmagenta "^(input|audio_output|decoder)[[:space:]]*\{|\}"
|
||
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|