File: mpdconf.yaml

package info (click to toggle)
micro 2.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,828 kB
  • sloc: sh: 247; makefile: 77; xml: 53
file content (13 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
filetype: mpd

detect:
    filename: "mpd\\.conf$"

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