mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
refactor(format): drop extra indentation for field
This commit is contained in:
parent
c28396de30
commit
722617e672
140 changed files with 2146 additions and 2766 deletions
|
|
@ -97,9 +97,8 @@
|
|||
function: (operator_identifier) @function.call)
|
||||
|
||||
(call_expression
|
||||
function:
|
||||
(field_expression
|
||||
field: (identifier) @function.method.call))
|
||||
function: (field_expression
|
||||
field: (identifier) @function.method.call))
|
||||
|
||||
((call_expression
|
||||
function: (identifier) @constructor)
|
||||
|
|
|
|||
|
|
@ -43,8 +43,7 @@
|
|||
name: (identifier) @local.definition.var)
|
||||
|
||||
(for_expression
|
||||
enumerators:
|
||||
(enumerators
|
||||
(enumerator
|
||||
(tuple_pattern
|
||||
(identifier) @local.definition.var))))
|
||||
enumerators: (enumerators
|
||||
(enumerator
|
||||
(tuple_pattern
|
||||
(identifier) @local.definition.var))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue