Darren Schroeder

Results 2077 comments of Darren Schroeder

@elferherrera helix comes with nushell syntax these days, albeit and old version, so if you just change the languages.toml to match the latest commit in tree-sitter-nu, then do `hx --grammar...

You could play around with space in the keybinding with an until event.

The problem with that is that non-zero exit codes from externals are not always errors.

if you use `complete` you can get the exit code. I typically use `-i` to ignore errors. ``` ❯ do -i { bash -c false } | complete ╭───────────┬───╮ │...

I guess we'd have to have a list of exit codes. Not sure I'm a fan of that.

I guess this is the same type error but in F#/C#. The \123 is colored incorrectly. let newLines = System.IO.File.ReadAllLines(@"c:\users\12345678\desktopsmall-new.txt") |> Array.toList

@tomasr - Are you still working on proper highlighting for include files in C++? It's pretty annoying.

yup, looking forward to someone submitting a PR to inshellisense to add nushell support. not exactly sure what reedline would need, if anything.

Yup, it would be a cool built-in. We just need a motivated and talented developer to implement it. You're welcome to try.