mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
bot(lockfile): update desktop, editorconfig, just, nu, v, xresources
This commit is contained in:
parent
37427012d1
commit
c50981479e
2 changed files with 14 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue