From 63aaa030138bcf94328a8ee8102d2939ea1fd98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20M=C3=A1t=C3=A9=20R=C3=B3bert?= Date: Tue, 10 Oct 2023 06:16:41 +0200 Subject: [PATCH] Update the ssh-config submodule (#2697) * Update the ssh-config submodule Pull in the fix for the syntax. Fixes #2359 * Extend the ssh_config syntax test --- assets/syntaxes/02_Extra/ssh-config | 2 +- tests/syntax-tests/highlighted/SSH Config/ssh_config | 3 +++ tests/syntax-tests/source/SSH Config/ssh_config | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/syntaxes/02_Extra/ssh-config b/assets/syntaxes/02_Extra/ssh-config index e1012e9f..bf49e918 160000 --- a/assets/syntaxes/02_Extra/ssh-config +++ b/assets/syntaxes/02_Extra/ssh-config @@ -1 +1 @@ -Subproject commit e1012e9f13c6073f559b14206df2ede35720e884 +Subproject commit bf49e9181c6bf992a86beb133144d2651e826ddc diff --git a/tests/syntax-tests/highlighted/SSH Config/ssh_config b/tests/syntax-tests/highlighted/SSH Config/ssh_config index 49e73e34..20390ddc 100644 --- a/tests/syntax-tests/highlighted/SSH Config/ssh_config +++ b/tests/syntax-tests/highlighted/SSH Config/ssh_config @@ -1,5 +1,8 @@ # A comment +IdentityFile "custom/id_ed25519" +Port 1984 + Host example.com  User dummy  Compression no diff --git a/tests/syntax-tests/source/SSH Config/ssh_config b/tests/syntax-tests/source/SSH Config/ssh_config index fb531835..41ce39b8 100644 --- a/tests/syntax-tests/source/SSH Config/ssh_config +++ b/tests/syntax-tests/source/SSH Config/ssh_config @@ -1,5 +1,8 @@ # A comment +IdentityFile "custom/id_ed25519" +Port 1984 + Host example.com User dummy Compression no