mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
13 lines
245 B
YAML
13 lines
245 B
YAML
filetype: patch
|
|
|
|
detect:
|
|
filename: "\\.(patch|diff)$"
|
|
|
|
rules:
|
|
- brightgreen: "^\\+.*"
|
|
- green: "^\\+\\+\\+.*"
|
|
- brightblue: "^ .*"
|
|
- brightred: "^-.*"
|
|
- red: "^---.*"
|
|
- brightyellow: "^@@.*"
|
|
- magenta: "^diff.*"
|