Skip to content

Commit

Permalink
Update the ssh-config submodule (#2697)
Browse files Browse the repository at this point in the history
* Update the ssh-config submodule

Pull in the fix for the syntax.
Fixes #2359

* Extend the ssh_config syntax test
  • Loading branch information
mrmeszaros authored Oct 10, 2023
1 parent fbe9b6f commit 63aaa03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/syntaxes/02_Extra/ssh-config
3 changes: 3 additions & 0 deletions tests/syntax-tests/highlighted/SSH Config/ssh_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# A comment

IdentityFile "custom/id_ed25519"
Port 1984

Host example.com
 User dummy
 Compression no
Expand Down
3 changes: 3 additions & 0 deletions tests/syntax-tests/source/SSH Config/ssh_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# A comment

IdentityFile "custom/id_ed25519"
Port 1984

Host example.com
User dummy
Compression no
Expand Down

0 comments on commit 63aaa03

Please sign in to comment.