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