mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
Update
This commit is contained in:
10
syntax/modules/shibboleth.vim
Normal file
10
syntax/modules/shibboleth.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Shibboleth Module <https://github.com/nginx-shib/nginx-http-shibboleth>
|
||||
" Shibboleth auth request module for nginx
|
||||
syn keyword ngxDirectiveThirdParty shib_request
|
||||
syn keyword ngxDirectiveThirdParty shib_request_set
|
||||
syn keyword ngxDirectiveThirdParty shib_request_use_headers
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user