Skip to content

Commit 41847d3

Browse files
Bahexlewis6991
authored andcommitted
fix(nu): remove ctrl_do
`ctrl_do` was removed from the nushell parser in nushell/tree-sitter-nu@7e7de17
1 parent 66a9b5f commit 41847d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

queries/nu/context.scm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
(_) @context.end
3333
) @context
3434

35-
(ctrl_do
36-
(_) @context.end
37-
) @context
38-
3935
(match_arm) @context
4036
(pipe_element) @context
4137
(block) @context

0 commit comments

Comments
 (0)