mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
refactor: manual pre-cleanup
Moving comments, adding `format-ignore` to lines that will be better with it
This commit is contained in:
parent
15de22a2e1
commit
edee83272e
37 changed files with 1656 additions and 1595 deletions
|
|
@ -1,3 +1,4 @@
|
|||
; format-ignore
|
||||
[
|
||||
; ... refers to the portion that this indent query will have effects on
|
||||
(class_body) ; { ... } of `class X`
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
name: (identifier) @local.definition.parameter)
|
||||
(catch_formal_parameter
|
||||
name: (identifier) @local.definition.parameter)
|
||||
|
||||
(inferred_parameters (identifier) @local.definition.parameter) ; (x,y) -> ...
|
||||
(lambda_expression
|
||||
parameters: (identifier) @local.definition.parameter) ; x -> ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue