File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 192192;; new-line
193193(comment) @prepend_input_softline @append_hardline
194194
195- ;; TODO: substantial slow down by duplicated rules
196195(nu_script
197- (_)
198- (_) @prepend_input_softline
196+ (_) @append_begin_scope
197+ .
198+ (_) @prepend_end_scope @prepend_empty_scoped_softline
199+ (#scope_id! "consecutive_scope")
199200)
200201
201202(block
202- (_)
203- (_) @prepend_input_softline
203+ (_) @append_begin_scope
204+ .
205+ (_) @prepend_end_scope @prepend_empty_scoped_softline
206+ (#scope_id! "consecutive_scope")
204207)
205208
206209(val_closure
207- (_)
208- (_) @prepend_input_softline
210+ (_) @append_begin_scope
211+ .
212+ (_) @prepend_end_scope @prepend_empty_scoped_softline
213+ (#scope_id! "consecutive_scope")
209214)
210215
211216;; control flow
You can’t perform that action at this time.
0 commit comments