File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed
Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1010
1111## Status
1212
13- * Supposed to work well with all language features of nushell v0.107
13+ * Supposed to work well with all language features of nushell v0.108
1414 * Except for some known issues of ` tree-sitter-nu `
1515
1616> [ !NOTE]
Original file line number Diff line number Diff line change 5858] @prepend_space @append_space
5959
6060(pipeline
61- "|" @append_space @prepend_input_softline
61+ [
62+ "err>|"
63+ "out>|"
64+ "e>|"
65+ "o>|"
66+ "err+out>|"
67+ "out+err>|"
68+ "o+e>|"
69+ "e+o>|"
70+ "|"
71+ ] @append_space @prepend_input_softline
6272)
6373
6474;; add spaces to left & right sides of operators
261271 "}"? @prepend_spaced_softline
262272)
263273
264- (match_pattern "|" @prepend_spaced_softline @append_space )
274+ (match_pattern "|" @prepend_spaced_softline @append_space )
265275
266276;; data structures
267277(command_list
Original file line number Diff line number Diff line change 11# local command
2- ls | get - i name
2+ ls e + o > | get - i name
33| length; ls # multiline command
44| length
55# external command
@@ -10,4 +10,4 @@ ls | get -i name
1010FOO = BAR BAR = BAZ ^$cmd -- arg1= val1 - arg2 arg= value arg= ($arg3 )
1111cat unknown. txt o+ e> (null- device)
1212
13- $hash | $in + " \n " out>> $NUENV_FILE
13+ $hash err > | $in + " \n " out>> $NUENV_FILE
Original file line number Diff line number Diff line change 11# local command
2- ls | get - i name
2+ ls e + o > | get - i name
33| length; ls # multiline command
44| length
55# external command
@@ -8,4 +8,4 @@ ls | get -i name
88FOO = BAR BAR = BAZ ^$cmd -- arg1= val1 - arg2 arg= value arg= ($arg3 )
99cat unknown. txt o+ e> (null- device)
1010
11- $hash | $in + " \n " out>> $NUENV_FILE
11+ $hash err > | $in + " \n " out>> $NUENV_FILE
You can’t perform that action at this time.
0 commit comments