mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -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: ecma
|
||||
|
||||
[
|
||||
(interface_declaration)
|
||||
(internal_module)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: ecma
|
||||
|
||||
"require" @keyword.import
|
||||
|
||||
(import_require_clause
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: ecma
|
||||
|
||||
[
|
||||
(enum_declaration)
|
||||
(interface_declaration)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
; inherits: ecma
|
||||
|
||||
(required_parameter
|
||||
(identifier) @local.definition)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue