init
This commit is contained in:
12
micro/syntax/privoxy-filter.yaml
Normal file
12
micro/syntax/privoxy-filter.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
filetype: privoxy-filter
|
||||
|
||||
detect:
|
||||
filename: "\\.filter$"
|
||||
|
||||
rules:
|
||||
- statement: "^(FILTER|CLIENT-HEADER-FILTER|CLIENT-HEADER-TAGGER|SERVER-HEADER-FILTER|SERVER-HEADER-TAGGER): [a-z-]+"
|
||||
- identifier: "^(FILTER|CLIENT-HEADER-FILTER|CLIENT-HEADER-TAGGER|SERVER-HEADER-FILTER|SERVER-HEADER-TAGGER):"
|
||||
- constant.specialChar: "\\\\.?"
|
||||
- comment: "(^|[[:space:]])#([^{].*)?$"
|
||||
- indent-char.whitespace: "[[:space:]]+$"
|
||||
- indent-char: " + +| + +"
|
||||
Reference in New Issue
Block a user