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)
(block)
(command_list)
(ctrl_match)
(parameter_bracks)
(record_body)
(val_list)

View file

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