Created
June 24, 2010 09:07
-
-
Save kowey/451201 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Attribution lines | |
| color quoted green black # quoted text | |
| color body brightred black "(^[> ]*)-([^-])" # what I really want to is match such lines | |
| # but only colour the -/+ symbol | |
| # was hoping mutt by convention ignores groups 1 & 3 | |
| # but I can live with the line being red | |
| color body brightgreen black "(^[> ]*)[+]" # brightgreen seems really garish for the whole | |
| # line, just the plus please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment