vscode-nushell-lang icon indicating copy to clipboard operation
vscode-nushell-lang copied to clipboard

Syntax Highlighting broken for inline command completions

Open jamesonknutson opened this issue 3 months ago • 1 comments

Nushell 0.108.0 adds support for a simpler completion syntax. See more here: https://www.nushell.sh/blog/2025-10-15-nushell_v0_108_0.html#simple-syntax-for-simple-completions-16789-toc

Right now, syntax highlighting breaks when using that simple syntax. We should add support for this new syntax, so that it looks as expected.

Here is an example of what I mean:

Image

jamesonknutson avatar Oct 23 '25 02:10 jamesonknutson