mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-31 06:16:27 -04:00
Many optimizations and new syntax files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
filetype: patch
|
||||
|
||||
detect:
|
||||
filename: "\\.(patch|diff)$"
|
||||
|
||||
rules:
|
||||
- brightgreen: "^\\+.*"
|
||||
- green: "^\\+\\+\\+.*"
|
||||
- brightblue: "^ .*"
|
||||
- brightred: "^-.*"
|
||||
- red: "^---.*"
|
||||
- brightyellow: "^@@.*"
|
||||
- magenta: "^diff.*"
|
||||
Reference in New Issue
Block a user