diff options
author | adamw <adamw@FreeBSD.org> | 2018-07-27 20:45:29 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-07-27 20:45:29 +0800 |
commit | cdd9b9672f3195bdcb4088f84695337c12c9ad34 (patch) | |
tree | f0534c0792a4d11584063fa77decdb2fec6faebb /editors/neovim | |
parent | 1de9b14bcdb94bc36f2c7678da58b3fabbe35579 (diff) | |
download | freebsd-ports-gnome-cdd9b9672f3195bdcb4088f84695337c12c9ad34.tar.gz freebsd-ports-gnome-cdd9b9672f3195bdcb4088f84695337c12c9ad34.tar.zst freebsd-ports-gnome-cdd9b9672f3195bdcb4088f84695337c12c9ad34.zip |
Teach the syntax highlighter about the UseBlacklist command in sshd_config
PR: 230074
Submitted by: Samy Mahmoudi
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 1 | ||||
-rw-r--r-- | editors/neovim/files/patch-sshdconfig-UseBlacklist | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index ef8b0265acae..92d8d2daee1a 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -4,6 +4,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org diff --git a/editors/neovim/files/patch-sshdconfig-UseBlacklist b/editors/neovim/files/patch-sshdconfig-UseBlacklist new file mode 100644 index 000000000000..7523d1feb39c --- /dev/null +++ b/editors/neovim/files/patch-sshdconfig-UseBlacklist @@ -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 |