mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 12:56:27 -04:00
16 lines
490 B
YAML
16 lines
490 B
YAML
filetype: serverlog
|
|
|
|
detect:
|
|
filename: "(\\.log.*)"
|
|
|
|
rules:
|
|
- constant.number: "(\\[[^]]+\\])"
|
|
- preproc: "([0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})"
|
|
- preproc: "\\\\."
|
|
- preproc: "(\\[(error|warning|info|warn)\\])"
|
|
- constant.specialChar: "((GET|POST|HEAD)\\ [^\\ ]+)"
|
|
- comment: "(referer\\: .*)"
|
|
- statement: "[[:space:]]([0-9~:.]{2,}[-+:.0-9a-z~]+)[[:space:]]"
|
|
- type: "(Mozilla|Chrome|Safari|AppleWebKit|Linux x86_64|Gecko|Windows|Mac)"
|
|
|