fix(nu): add missing ctrl_match to query files

This commit is contained in:
blindfs 2025-04-26 12:04:49 +08:00 committed by Christian Clason
parent 684eeac91e
commit 58dd149629
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
(attribute_list) (attribute_list)
(block) (block)
(command_list) (command_list)
(ctrl_match)
(parameter_bracks) (parameter_bracks)
(record_body) (record_body)
(val_list) (val_list)

View file

@ -2,6 +2,7 @@
; Copyright (c) 2019 - 2022 The Nushell Project Developers ; Copyright (c) 2019 - 2022 The Nushell Project Developers
; Licensed under the MIT license. ; Licensed under the MIT license.
[ [
(ctrl_match)
(expr_parenthesized) (expr_parenthesized)
(parameter_bracks) (parameter_bracks)
(val_record) (val_record)