mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
feat(format): extra newline after modeline
This commit is contained in:
parent
84daea50b1
commit
62b0bb4f24
54 changed files with 69 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
[
|
||||
(foreach_statement)
|
||||
(foreach_instance_statement)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
[
|
||||
"soa"
|
||||
"task"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
((foreach_statement
|
||||
body: (_) @_body) @indent.begin
|
||||
(#not-has-type? @_body compound_statement))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
(reference_declarator
|
||||
(identifier) @local.definition.var)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue