summaryrefslogtreecommitdiffstats
path: root/syntax/modules/secure-download.vim
blob: 846fdd343e9c6492991a63e026ec36b57b313f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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