Keith Hall

Results 463 comments of Keith Hall

Thanks for your frank response, considering my FR, and clearly setting your expectations - you certainly make some good points, and at the end of the day it's your project...

Thanks for reporting. I wasn't able to reproduce this: ```bash python3 -m pip install --user awscli Collecting awscli Downloading awscli-1.25.41-py3-none-any.whl (3.9 MB) |████████████████████████████████| 3.9 MB Collecting docutils=0.10 Downloading docutils-0.16-py2.py3-none-any.whl (548...

I have tried with aws-cli/2.7.20 and bat 0.21 on my system and it's also fine for me. `groff --version` > GNU groff version 1.22.4 > Copyright (C) 2018 Free Software...

Are those tmLanguage files not for the xml plist format? This syntax is generally used in Sublime Text for that: https://github.com/SublimeText/PackageDev/blob/69a906404fdb9401bb192078cb81759206c45a83/Package/Property%20List/Property%20List.sublime-syntax That text you provided doesn't look like any plist...

Have you considered using `bat -A` to show all special characters? Because currently the only way to currently achieve this is when the syntax definition scopes trailing whitespace specially, like...

As far as I know, Carbon is so new that nobody has written a syntax definition for it yet. But I've heard comments that it has similar syntax to Rust,...

Just to check, are you aware of https://github.com/dandavison/delta, which is similar to `bat` but has much deeper `git diff` integration ? :) or is the idea that given a line...

Understood, thanks for the clarification. If/when we decide to do this, it will require a fair amount of work - currently, `bat` doesn't know anything about the text it colors...

Thanks for the suggestion. One way to achieve this without requiring any changes in `bat` itself could be to patch all the syntax definitions which `bat` uses to add rules...

> special line handling depending on a lines "severity" We had a request to highlight lines in log files differently, based on severity (identified by the line containing the text...