1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

14 lines
245 B
YAML

filetype: patch
detect:
filename: "\\.(patch|diff)$"
rules:
- brightgreen: "^\\+.*"
- green: "^\\+\\+\\+.*"
- brightblue: "^ .*"
- brightred: "^-.*"
- red: "^---.*"
- brightyellow: "^@@.*"
- magenta: "^diff.*"