File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2727 "match"
2828 "try"
2929 "while"
30+ (env_var)
3031] @append_space
3132
3233[
33- "="
3434 (match_guard)
3535 (short_flag)
3636 (long_flag)
3737] @prepend_space
3838
39+ (decl_alias "=" @prepend_space )
40+ (stmt_let "=" @prepend_space )
41+ (stmt_mut "=" @prepend_space )
42+ (stmt_const "=" @prepend_space )
43+
3944(param_value
4045 "=" @append_space
4146)
112117)
113118
114119;; special flags
115- (_
120+ (
116121 [
117122 (short_flag)
118123 (long_flag)
174179 (block) @prepend_space
175180)
176181
182+ (returns
183+ ":"? @do_nothing
184+ ) @prepend_space
185+
186+ (returns
187+ type: _ @append_space
188+ .
189+ type: _
190+ )
191+
177192(decl_use
178193 (_) @prepend_space
179194)
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ ls | get -i name
77 ls
88 | get - i name
99)
10- ^$cmd -- arg1 - arg2 arg= value arg= ($arg3 )
10+ FOO = BAR BAR = BAZ ^$cmd -- arg1= val1 - arg2 arg= value arg= ($arg3 )
1111cat unknown. txt o+ e> (null- device)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ ls | get -i name
55# external command
66^git add (ls
77 | get - i name)
8- ^$cmd -- arg1 - arg2 arg= value arg= ($arg3 )
8+ FOO = BAR BAR = BAZ ^$cmd -- arg1= val1 - arg2 arg= value arg= ($arg3 )
99cat unknown. txt o+ e> (null- device)
You can’t perform that action at this time.
0 commit comments