Date: Fri, 27 Jul 2018 12:45:29 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475435 - in head/editors/neovim: . files Message-ID: <201807271245.w6RCjTdM039396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Jul 27 12:45:29 2018 New Revision: 475435 URL: https://svnweb.freebsd.org/changeset/ports/475435 Log: Teach the syntax highlighter about the UseBlacklist command in sshd_config PR: 230074 Submitted by: Samy Mahmoudi Added: head/editors/neovim/files/patch-sshdconfig-UseBlacklist (contents, props changed) Modified: head/editors/neovim/Makefile Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Fri Jul 27 12:39:54 2018 (r475434) +++ head/editors/neovim/Makefile Fri Jul 27 12:45:29 2018 (r475435) @@ -4,6 +4,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org Added: head/editors/neovim/files/patch-sshdconfig-UseBlacklist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/neovim/files/patch-sshdconfig-UseBlacklist Fri Jul 27 12:45:29 2018 (r475435) @@ -0,0 +1,10 @@ +--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807271245.w6RCjTdM039396>