mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
feat: add ssh config
This commit is contained in:
parent
6f3f89a6dd
commit
c0f4363b72
6 changed files with 121 additions and 0 deletions
7
queries/ssh_config/indents.scm
Normal file
7
queries/ssh_config/indents.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(host_declaration)
|
||||
(match_declaration)
|
||||
] @indent.begin
|
||||
|
||||
; incomplete declarations
|
||||
(ERROR . [ "Host" "Match" ]) @indent.begin
|
||||
Loading…
Add table
Add a link
Reference in a new issue