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