mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -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
|
|
@ -195,20 +195,17 @@
|
|||
(variable) @variable.parameter)
|
||||
|
||||
(call_expression
|
||||
function:
|
||||
function: (qualified_identifier
|
||||
(identifier) @function.call .))
|
||||
|
||||
(call_expression
|
||||
function: (scoped_identifier
|
||||
(identifier) @function.call .))
|
||||
|
||||
(call_expression
|
||||
function: (selection_expression
|
||||
(qualified_identifier
|
||||
(identifier) @function.call .))
|
||||
|
||||
(call_expression
|
||||
function:
|
||||
(scoped_identifier
|
||||
(identifier) @function.call .))
|
||||
|
||||
(call_expression
|
||||
function:
|
||||
(selection_expression
|
||||
(qualified_identifier
|
||||
(identifier) @function.method.call .)))
|
||||
(identifier) @function.method.call .)))
|
||||
|
||||
(qualified_identifier
|
||||
(_) @module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue