mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -18,22 +18,25 @@
|
|||
(when_expression
|
||||
(field_list
|
||||
(dotted_identifier
|
||||
(identifier) @property )))
|
||||
(identifier) @property)))
|
||||
|
||||
(else_expression
|
||||
(field_list
|
||||
(identifier) @property ))
|
||||
(identifier) @property))
|
||||
|
||||
(else_expression
|
||||
(field_list
|
||||
(dotted_identifier
|
||||
(identifier) @property )))
|
||||
(identifier) @property)))
|
||||
|
||||
(alias_expression
|
||||
(identifier) @label)
|
||||
|
||||
(storage_identifier) @keyword.storage
|
||||
(_ function_name: (identifier) @function)
|
||||
|
||||
(_
|
||||
function_name: (identifier) @function)
|
||||
|
||||
(date_literal) @string.special
|
||||
|
||||
[
|
||||
|
|
@ -62,17 +65,25 @@
|
|||
">="
|
||||
] @operator
|
||||
|
||||
(value_comparison_operator [ "<" ">" ] @operator)
|
||||
(value_comparison_operator
|
||||
[
|
||||
"<"
|
||||
">"
|
||||
] @operator)
|
||||
|
||||
(set_comparison_operator "IN" @keyword.operator)
|
||||
(set_comparison_operator
|
||||
"IN" @keyword.operator)
|
||||
|
||||
[
|
||||
(int)
|
||||
(decimal)
|
||||
(currency_literal)
|
||||
] @number
|
||||
|
||||
(string_literal) @string
|
||||
|
||||
(date) @variable.readonly
|
||||
|
||||
(date_time) @variable.readonly
|
||||
|
||||
[
|
||||
|
|
@ -146,5 +157,3 @@
|
|||
"User_Mode"
|
||||
"UserId"
|
||||
] @keyword
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue