mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add cross-compilation script
This commit is contained in:
9
runtime/syntax/mpdconf.micro
Normal file
9
runtime/syntax/mpdconf.micro
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax "MPD" "mpd\.conf$"
|
||||
|
||||
color cyan "\b(user|group|bind_to_address|host|port|plugin|name|type)\b"
|
||||
color cyan "\b((music|playlist)_directory|(db|log|state|pid|sticker)_file)\b"
|
||||
color brightmagenta "^(input|audio_output|decoder)[[:space:]]*\{|\}"
|
||||
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,red " + +| + +"
|
||||
Reference in New Issue
Block a user