1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-17 05:45:51 +01:00

Update the ssh-config submodule ()

* Update the ssh-config submodule

Pull in the fix for the syntax.
Fixes 

* Extend the ssh_config syntax test
This commit is contained in:
Mészáros Máté Róbert
2023-10-10 06:16:41 +02:00
committed by GitHub
parent fbe9b6f15f
commit 63aaa03013
3 changed files with 7 additions and 1 deletions
assets/syntaxes/02_Extra
tests/syntax-tests
highlighted
SSH Config
source
SSH Config

@ -1,5 +1,8 @@
# A comment
IdentityFile "custom/id_ed25519"
Port 1984
Host example.com
 User dummy
 Compression no

@ -1,5 +1,8 @@
# A comment
IdentityFile "custom/id_ed25519"
Port 1984
Host example.com
User dummy
Compression no