mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-29 05:16:26 -04:00
11 lines
266 B
YAML
11 lines
266 B
YAML
filetype: history
|
|
|
|
detect:
|
|
filename: "(\\.history)"
|
|
|
|
rules:
|
|
- constant.number: "^\\s+\\d+\\s"
|
|
# export HISTTIMEFORMAT="%F %T: " to get the best highlighting
|
|
- preproc: "([0-9]{4}\\-[0-9]{2}\\-[0-9]{2}\\s[0-9]{2}:[0-9]{2}:[0-9]{2})"
|
|
- type: ":\\s.*$"
|