mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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,11 +1,11 @@
|
|||
(
|
||||
(function_declaration
|
||||
name: (identifier) @local.definition.function) ;@function
|
||||
name: (identifier) @local.definition.function) ; @function
|
||||
)
|
||||
|
||||
(
|
||||
(method_declaration
|
||||
name: (field_identifier) @local.definition.method); @function.method
|
||||
name: (field_identifier) @local.definition.method) ; @function.method
|
||||
)
|
||||
|
||||
(short_var_declaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue