vim-polyglot/syntax/modules/http-auth-digest.vim

14 lines
536 B
VimL
Raw Normal View History

2016-12-20 20:57:20 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Nginx Digest Authentication module <https://github.com/atomx/nginx-http-auth-digest>
2017-02-02 21:16:29 +01:00
" Digest Authentication for Nginx
2016-12-20 20:57:20 +01:00
syn keyword ngxDirectiveThirdParty auth_digest
syn keyword ngxDirectiveThirdParty auth_digest_user_file
syn keyword ngxDirectiveThirdParty auth_digest_timeout
syn keyword ngxDirectiveThirdParty auth_digest_expires
syn keyword ngxDirectiveThirdParty auth_digest_replays
syn keyword ngxDirectiveThirdParty auth_digest_shm_size
endif