mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
|
||||
[
|
||||
(for_range_loop)
|
||||
(class_specifier)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
((identifier) @variable.member
|
||||
(#lua-match? @variable.member "^m_.*$"))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
(condition_clause) @indent.begin
|
||||
|
||||
((field_initializer_list) @indent.begin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: c
|
||||
|
||||
; Parameters
|
||||
(variadic_parameter_declaration
|
||||
declarator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue