mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -24,9 +24,9 @@
|
|||
(identifier) @variable.builtin)
|
||||
(#eq? @variable.builtin "self"))
|
||||
|
||||
((dollar
|
||||
(dollar
|
||||
_
|
||||
(identifier) @variable.member))
|
||||
(identifier) @variable.member)
|
||||
|
||||
; Parameters
|
||||
(formal_parameters
|
||||
|
|
@ -158,6 +158,6 @@
|
|||
|
||||
(call
|
||||
function:
|
||||
((dollar
|
||||
(dollar
|
||||
_
|
||||
(identifier) @function.method.call)))
|
||||
(identifier) @function.method.call))
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
"for"
|
||||
] @indent.begin
|
||||
|
||||
((binary
|
||||
operator: (special)) @indent.begin)
|
||||
(binary
|
||||
operator: (special)) @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue