nvim-treesitter/queries/ssh_config/indents.scm
Phạm Huy Hoàng d198a75e2c
Fixup format (#5934)
* fix(format): newline between top-level field defs

* fixup: newline between node and comment

* fixup: optimize pattern
2024-01-20 18:47:56 +09:00

12 lines
145 B
Scheme

[
(host_declaration)
(match_declaration)
] @indent.begin
; incomplete declarations
(ERROR
.
[
"Host"
"Match"
]) @indent.begin