mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
|
@ -136,7 +136,7 @@
|
|||
[
|
||||
(boolean_type)
|
||||
(void_type)
|
||||
] @type.builtin;;
|
||||
] @type.builtin
|
||||
|
||||
; Fields
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
; loops
|
||||
|
||||
(for_statement) @local.scope
|
||||
(for_statement ; "for" body in case there are no braces
|
||||
(for_statement ; "for" body in case there are no braces
|
||||
body: (_) @local.scope)
|
||||
(do_statement
|
||||
body: (_) @local.scope)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue