File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 121121(parameter_pipes) @append_space @append_spaced_softline
122122
123123(parameter
124- param_long_flag: _? @prepend_space
125- .
126- flag_capsule: _? @prepend_space
124+ flag_capsule: _ @prepend_space
127125)
128126
129127;; Comma/newline between parameters
Original file line number Diff line number Diff line change @@ -66,3 +66,6 @@ module greetings {
6666 $" hi ($where )!"
6767 }
6868};
69+
70+ # https://github.com/blindFS/topiary-nushell/issues/35
71+ def f [-- arg1 : number , -- arg2 : string ] { }
Original file line number Diff line number Diff line change @@ -58,3 +58,6 @@ module greetings {
5858 $" hi ($where )!"
5959 }
6060};
61+
62+ # https://github.com/blindFS/topiary-nushell/issues/35
63+ def f [-- arg1 : number , -- arg2 : string ] {}
You can’t perform that action at this time.
0 commit comments