diff --git a/assets/syntaxes/02_Extra/ssh-config b/assets/syntaxes/02_Extra/ssh-config index e1012e9f13..bf49e9181c 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 49e73e340d..20390ddc4d 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 fb53183505..41ce39b83b 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