mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Update
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Secure Download <https://www.nginx.com/resources/wiki/modules/secure_download/>
|
||||
" Create expiring links.
|
||||
" 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_fail_location
|
||||
syn keyword ngxDirectiveThirdParty secure_download_path_mode
|
||||
syn keyword ngxDirectiveThirdParty secure_download_secret
|
||||
syn keyword ngxDirectiveThirdParty secure_download_path_mode
|
||||
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user