comparison runtime/syntax/sshdconfig.vim @ 31028:5acd6f02ea35

Update runtime files Commit: https://github.com/vim/vim/commit/76db9e076318cb0ae846f43b7549ad4f2d234c0b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 9 21:21:04 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 22:30:09 +0100
parents 4ab4ef0c48b1
children 20cf2080f1ee
comparison
equal deleted inserted replaced
31027:723450cea4f9 31028:5acd6f02ea35
5 " Previous Maintainer: Dominik Fischer <d dot f dot fischer at web dot de> 5 " Previous Maintainer: Dominik Fischer <d dot f dot fischer at web dot de>
6 " Contributor: Thilo Six 6 " Contributor: Thilo Six
7 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de> 7 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
8 " Contributor: Karsten Hopp <karsten@redhat.com> 8 " Contributor: Karsten Hopp <karsten@redhat.com>
9 " Originally: 2009-07-09 9 " Originally: 2009-07-09
10 " Last Change: 2021-03-29 10 " Last Change: 2022 Nov 09
11 " SSH Version: 8.5p1 11 " SSH Version: 8.5p1
12 " 12 "
13 13
14 " Setup 14 " Setup
15 " quit when a syntax file was already loaded 15 " quit when a syntax file was already loaded
57 syn match sshdconfigCiphers "\<aes128-gcm@openssh\.com\>" 57 syn match sshdconfigCiphers "\<aes128-gcm@openssh\.com\>"
58 syn match sshdconfigCiphers "\<aes256-gcm@openssh\.com\>" 58 syn match sshdconfigCiphers "\<aes256-gcm@openssh\.com\>"
59 syn match sshdconfigCiphers "\<chacha20-poly1305@openssh\.com\>" 59 syn match sshdconfigCiphers "\<chacha20-poly1305@openssh\.com\>"
60 60
61 syn keyword sshdconfigMAC hmac-sha1 61 syn keyword sshdconfigMAC hmac-sha1
62 syn keyword sshdconfigMAC mac-sha1-96 62 syn keyword sshdconfigMAC hmac-sha1-96
63 syn keyword sshdconfigMAC mac-sha2-256 63 syn keyword sshdconfigMAC hmac-sha2-256
64 syn keyword sshdconfigMAC mac-sha2-512 64 syn keyword sshdconfigMAC hmac-sha2-512
65 syn keyword sshdconfigMAC mac-md5 65 syn keyword sshdconfigMAC hmac-md5
66 syn keyword sshdconfigMAC mac-md5-96 66 syn keyword sshdconfigMAC hmac-md5-96
67 syn keyword sshdconfigMAC mac-ripemd160 67 syn keyword sshdconfigMAC hmac-ripemd160
68 syn match sshdconfigMAC "\<hmac-ripemd160@openssh\.com\>" 68 syn match sshdconfigMAC "\<hmac-ripemd160@openssh\.com\>"
69 syn match sshdconfigMAC "\<umac-64@openssh\.com\>" 69 syn match sshdconfigMAC "\<umac-64@openssh\.com\>"
70 syn match sshdconfigMAC "\<umac-128@openssh\.com\>" 70 syn match sshdconfigMAC "\<umac-128@openssh\.com\>"
71 syn match sshdconfigMAC "\<hmac-sha1-etm@openssh\.com\>" 71 syn match sshdconfigMAC "\<hmac-sha1-etm@openssh\.com\>"
72 syn match sshdconfigMAC "\<hmac-sha1-96-etm@openssh\.com\>" 72 syn match sshdconfigMAC "\<hmac-sha1-96-etm@openssh\.com\>"
256 syn keyword sshdconfigKeyword StreamLocalBindUnlink 256 syn keyword sshdconfigKeyword StreamLocalBindUnlink
257 syn keyword sshdconfigKeyword Subsystem 257 syn keyword sshdconfigKeyword Subsystem
258 syn keyword sshdconfigKeyword SyslogFacility 258 syn keyword sshdconfigKeyword SyslogFacility
259 syn keyword sshdconfigKeyword TCPKeepAlive 259 syn keyword sshdconfigKeyword TCPKeepAlive
260 syn keyword sshdconfigKeyword TrustedUserCAKeys 260 syn keyword sshdconfigKeyword TrustedUserCAKeys
261 syn keyword sshdconfigKeyword UseBlacklist
262 syn keyword sshdconfigKeyword UseBlocklist
261 syn keyword sshdconfigKeyword UseDNS 263 syn keyword sshdconfigKeyword UseDNS
262 syn keyword sshdconfigKeyword UseLogin 264 syn keyword sshdconfigKeyword UseLogin
263 syn keyword sshdconfigKeyword UsePAM 265 syn keyword sshdconfigKeyword UsePAM
264 syn keyword sshdconfigKeyword VersionAddendum 266 syn keyword sshdconfigKeyword VersionAddendum
265 syn keyword sshdconfigKeyword X11DisplayOffset 267 syn keyword sshdconfigKeyword X11DisplayOffset