nvim-treesitter/runtime/queries/ssh_config/indents.scm

13 lines
145 B
Scheme
Raw Normal View History

2023-09-17 12:41:06 +03:00
[
(host_declaration)
(match_declaration)
] @indent.begin
2023-09-17 12:41:06 +03:00
; incomplete declarations
2024-01-06 15:05:50 +09:00
(ERROR
.
[
"Host"
"Match"
]) @indent.begin