From e685e4b431ab017d1aec9f9668fbeeeb6e7113e6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:16:29 +0100 Subject: Update --- syntax/modules/secure-download.vim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'syntax/modules/secure-download.vim') diff --git a/syntax/modules/secure-download.vim b/syntax/modules/secure-download.vim index 67622140..846fdd34 100644 --- a/syntax/modules/secure-download.vim +++ b/syntax/modules/secure-download.vim @@ -1,11 +1,10 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 -" Secure Download -" Create expiring links. +" Secure Download Module +" Enables you to create links which are only valid until a certain datetime is reached syn keyword ngxDirectiveThirdParty secure_download -syn keyword ngxDirectiveThirdParty secure_download_fail_location -syn keyword ngxDirectiveThirdParty secure_download_path_mode syn keyword ngxDirectiveThirdParty secure_download_secret +syn keyword ngxDirectiveThirdParty secure_download_path_mode endif -- cgit v1.2.3