runtime(sshconfig): Add missing kex algorithm
Commit:
https://github.com/vim/vim/commit/12c641758753bf143b50fb94039e2b0305681c9e
Author: Thomas Braun <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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 <[email protected]>
" Karsten Hopp <[email protected]>
" Dean, Adam Kenneth <[email protected]>
-" 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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1w7bH6-00F4Ol-Tg%40256bit.org.