runtime(sshconfig): Add missing kex algorithm
Commit:
https://github.com/vim/vim/commit/12c641758753bf143b50fb94039e2b0305681c9e
Author: Thomas Braun <
thomas...@byte-physics.de>
Date: Tue Mar 31 15:45:02 2026 +0000
runtime(sshconfig): Add missing kex algorithm
These are available already with openssh 10.2p1.
closes: #19864
Signed-off-by: Thomas Braun <
thomas...@byte-physics.de>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/syntax/sshconfig.vim b/runtime/syntax/sshconfig.vim
index 4934b033c..291a1a636 100644
--- a/runtime/syntax/sshconfig.vim
+++ b/runtime/syntax/sshconfig.vim
@@ -6,7 +6,7 @@
" Contributor: Leonard Ehrenfried <
leonard.e...@web.de>
" Karsten Hopp <
kar...@redhat.com>
" Dean, Adam Kenneth <
adam.k...@hpe.com>
-" Last Change: 2026 Mar 11
+" Last Change: 2026 Mar 31
" SSH Version: 10.1p1
"
@@ -121,6 +121,8 @@ syn keyword sshconfigKexAlgo ecdh-sha2-nistp384
syn keyword sshconfigKexAlgo ecdh-sha2-nistp521
syn match sshconfigKexAlgo "\<curve25519-sha256\%(@libssh\.org\)\?\>"
syn match sshconfigKexAlgo "\<sntrup761x25519-sha512@openssh\.com\>"
+syn keyword sshconfigKexAlgo sntrup761x25519-sha512
+syn keyword sshconfigKexAlgo mlkem768x25519-sha256
syn keyword sshconfigTunnel point-to-point ethernet