Isaac Oscar Gariano
Isaac Oscar Gariano
As discussed on #11750, this adds the ability to stop fish_indent from formatting certain blocks of code by surrounding them in `# format: off` ... `# format: on` directives. The...
This adds a VS Code workspace settings file to apply the same settings as in the existing editor config file. 1. 1fbe9fead7f4b996e01ed00aee4868b57a79a38c simply adds the settings to mimic the .editorconfig...
This is an incredibly trivial issue, but open an interactive fish and type `echo \`. Before you press enter, the `\` will be coloured with `fish_color_error`. This can be seen...
Bassically, consider the following ```fish not $foo {bar,baz} ~ ``` Currently everything (other than `bar` and `baz`) above are coloured using `fish_color_operator`. The documentation for that variable says: > parameter...
Apologies if this has already been suggested, I really don't know what terms to search for. But I suggest allowing: ```fish some-command $$(another-command ...) ``` Which would work just like:...
I suggest extending `set_color` to support more options, specifically the following (which are supported by my terminal, [Windows Terminal](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences), as well as Konsole, and VTE based terminals): * `-s` and...
I'm currently running fish commit 67e86571097e6ac35a637344064aa6445f07da03 (plus some of my own local, but unrelated changes). And the following does not work: ```fish echo hello # comment \ world ``` It...