Add context-around-highlight option
The motivation behind this PR is mostly for my own convenience.
I use ripgrep + fzf a lot in my workflow(where I use bat for previewing result).
I have one function in my zshrc which looks like this:
So when I search for something using ff nvim, I get something like this:
I was quite frustrated by this because I have context of what's happening after the matching line but not before. This could probably be done by using some very very hacky script but I just thought adding this feature to bat might be more easier.
I'm making this PR to solve that issue because it might be helpful to other folks too.
After this change and making some change to my zsh function, I get something like this for preview
Feel free to close this if you think this won't be useful or is not needed.
If you think it'll be useful, I'd be very happy to make necessary changes for this to be merged