David Peter

Results 781 comments of David Peter

The syntax doesn't seem to meet our [current criteria for inclusion](https://github.com/sharkdp/bat/blob/master/doc/assets.md#criteria-for-inclusion-of-new-syntaxes). Note that there is an easy way to customize your version of bat: https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions

The syntax doesn't seem to meet our [current criteria for inclusion](https://github.com/sharkdp/bat/blob/master/doc/assets.md#criteria-for-inclusion-of-new-syntaxes). Note that there is an easy way to customize your version of bat: https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions

> In #906 the same idea was rejected with the reasoning that const generic was not stablized hence the breakage was not considered as a bug. However, async await in...

Thanks. The version with `"…"` should work just fine on Linux. There are no special shell characters that need escaping here. So we could just change this instead of adding...

> A cat(1) clone with wings. That's not the explanation of our project. It's not even a short description. It's a slogan, and I'd like to keep it. The `(1)`...

We could use a mechanism similar to https://github.com/sharkdp/fd/blob/125cb81a5bc7b35005fbc9299052763d682915c1/build.rs#L10-L19 to make sure that `bat` would not be compiled with rustc versions smaller than 1.58.

Thank you for your request. I think I like this idea! We could implement this as a new `--style` component (`blame`). Alternatively (or in addition), we could provide a `--blame`...

What I really like about this idea is that I typically use `git blame` when I'm *reading* source code. If I use `bat` for this already, I can simply append...

Thank you for your request! The documentation for new Sublime text syntaxes can be found here: https://www.sublimetext.com/docs/syntax.html#ver-3.2 I am linking to the 3.2 version because the latest syntax files are...

I did consider this when first implementing the above semver-incompatibility detection and error message. My only concern is that we can not know if the *binary* user assets and the...