mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(nu): add missing ctrl_match to query files
This commit is contained in:
parent
684eeac91e
commit
58dd149629
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
(attribute_list)
|
||||
(block)
|
||||
(command_list)
|
||||
(ctrl_match)
|
||||
(parameter_bracks)
|
||||
(record_body)
|
||||
(val_list)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue