mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(nu)!: update parser and queries
This commit is contained in:
parent
01ced7499f
commit
0594d1ba65
2 changed files with 3 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ file_path: (val_string) @variable.parameter
|
|||
(param_value
|
||||
"=" @punctuation.delimiter)
|
||||
|
||||
(param_cmd
|
||||
(param_completer
|
||||
"@" @punctuation.delimiter)
|
||||
|
||||
(param_opt
|
||||
|
|
@ -240,7 +240,7 @@ key: (identifier) @property
|
|||
(parameter
|
||||
param_name: (_) @variable.parameter)
|
||||
|
||||
(param_cmd
|
||||
(param_completer
|
||||
(cmd_identifier) @string)
|
||||
|
||||
(attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue