Dan Davison
Dan Davison
Thanks @cffswb, will look into this. By the way, until this is fixed, I just want to mention that piping `rg --json` into delta should never have parsing bugs (since...
Thanks @lilyball, I agree -- we should include mode change info by default. What do you think about displaying this as ``` tools/is_ci.tcl (100644 βΆ 100755) ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` ?
Hi @gpressutto5, thanks for the report! Delta uses the same language syntax definitions as [bat](https://github.com/sharkdp/bat/), and bat gets them from upstream repositories (sublime syntax definitions). I think I'm seeing the...
Somewhat related: https://github.com/dandavison/delta/issues/117
Hey @washtubs, @deanhouseholder. I agree that it should let you do this! Are you sure it isn't working already though? A quick test: ``` git show | delta --no-gitconfig ```...
Ah, right! No, `syntax` says "I want syntax highlighting colors on this piece of text (assuming it can be interpreted as code in some programming language)" We don't currently have...
Hi @OliverJAsh, thanks! I am definitely open to suggestions for how to improve the defaults, especially for dark backgrounds, for which I have always felt there is room for improvement....
Hi @jhpratt, have you tried using `plus-emph-style` to select the color you want for emphasized parts of added lines? Similarly, @OliverJAsh, you can select the background color using `plus-style`. I'm...
Hi @mustaqimM, thanks, I agree that looks nice. It should be fairly easily doable (feel free to make a PR if you like!).
Hi @igoracmelo, thanks for this. Does `word-diff-regex=.` do it (or a similar variant)? Some brief documentation of it is in `delta --help` as usual.