freebsd-ports/editors/neovim/files/patch-sshdconfig-UseBlacklist
Adam Weinberger fbdb55bb7f Teach the syntax highlighter about the UseBlacklist command in sshd_config
PR:		230074
Submitted by:	Samy Mahmoudi
2018-07-27 12:45:29 +00:00

10 lines
456 B
Text

--- runtime/syntax/sshdconfig.vim.orig 2018-07-26 22:51:00 UTC
+++ runtime/syntax/sshdconfig.vim
@@ -221,6 +221,7 @@ syn keyword sshdconfigKeyword Subsystem
syn keyword sshdconfigKeyword SyslogFacility
syn keyword sshdconfigKeyword TCPKeepAlive
syn keyword sshdconfigKeyword TrustedUserCAKeys
+syn keyword sshdconfigKeyword UseBlacklist
syn keyword sshdconfigKeyword UseDNS
syn keyword sshdconfigKeyword UseLogin
syn keyword sshdconfigKeyword UsePAM