bot(lockfile): update desktop, editorconfig, just, nu, v, xresources

This commit is contained in:
nvim-treesitter-bot[bot] 2024-11-19 06:45:59 +00:00
parent 37427012d1
commit c50981479e
2 changed files with 14 additions and 10 deletions

View file

@ -200,13 +200,13 @@ file_path: (val_string) @variable.parameter
(long_flag
"--" @punctuation.delimiter)
(long_flag_equals_value
"--" @punctuation.delimiter)
(long_flag
"=" @punctuation.delimiter)
(short_flag
"-" @punctuation.delimiter)
(long_flag_equals_value
(short_flag
"=" @punctuation.delimiter)
(param_short_flag
@ -234,6 +234,9 @@ file_path: (val_string) @variable.parameter
"}"
"["
"]"
"...["
"...("
"...{"
] @punctuation.bracket
(parameter_pipes
@ -313,7 +316,8 @@ key: (identifier) @property
(identifier) @variable)
(val_variable
"$" @punctuation.special
"$"? @punctuation.special
"...$"? @punctuation.special
[
(identifier) @variable
"in" @variable.parameter.builtin