]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/privoxy-config.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / privoxy-config.yaml
1 filetype: privoxy-config
2
3 detect: 
4     filename: "privoxy/config$"
5
6 rules:
7     - statement: "(accept-intercepted-requests|actionsfile|admin-address|allow-cgi-request-crunching|buffer-limit|compression-level|confdir|connection-sharing|debug|default-server-timeout|deny-access|enable-compression|enable-edit-actions|enable-remote-http-toggle|enable-remote-toggle|enforce-blocks|filterfile|forward|forwarded-connect-retries|forward-socks4|forward-socks4a|forward-socks5|handle-as-empty-doc-returns-ok|hostname|keep-alive-timeout|listen-address|logdir|logfile|max-client-connections|permit-access|proxy-info-url|single-threaded|socket-timeout|split-large-forms|templdir|toggle|tolerate-pipelining|trustfile|trust-info-url|user-manual)[[:space:]]"
8     - comment: "(^|[[:space:]])#([^{].*)?$"
9     - indent-char.whitespace: "[[:space:]]+$"
10     - indent-char: "    + +| +  +"