diff options
Diffstat (limited to 'syntax/modules/secure-download.vim')
-rw-r--r-- | syntax/modules/secure-download.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/syntax/modules/secure-download.vim b/syntax/modules/secure-download.vim deleted file mode 100644 index 846fdd34..00000000 --- a/syntax/modules/secure-download.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 - -" Secure Download Module <https://www.nginx.com/resources/wiki/modules/secure_download/> -" 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_secret -syn keyword ngxDirectiveThirdParty secure_download_path_mode - - -endif |