zc he
zc he
Should enable `echo (2)fork` if https://github.com/nushell/nushell/pull/15735 gets merged. Seems not very straightforward to fix, raised as an issue.
As mentioned in https://github.com/zed-industries/extensions/pull/2068#issuecomment-2675494003, current parser is fairly complicated, and needs to be optimized. # Status ## State Count ```sh > rg "#define.*STATE" src/parser.c ``` > 16:#define STATE_COUNT 7954 >...
Parsing error in ```nushell def 'test' [$a?] {$a} ``` https://github.com/blindFS/topiary-nushell/issues/8#issuecomment-2686990713
Background: there are many special rules of internal commands in tree-sitter-nu ATM, which have not much difference to general commands, such as * overlay * register * do * loop...
The following code is valid in nu but causes error in tree-sitter-nu ```nushell [{a: {b: true}}, {a: {d: false}}] | where a?.b? ``` However the following code is not allowed...
## Command * [x] - executable path as the command head - example: `~/test.nu arg1 arg2` * [x] - val_interpolated as the external command head - example: `^$"($cmd)"` ## Identifier...
Should we put *.scm files in something `/queries/openscad/`? I believe that's where editors like neovim would search, given the filetype of `openscad`.
# Description Use hashset for existence checking. Still needs a vector collection to keep the column order for tables. # User-Facing Changes Should be None