mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
9
syntax/modules/ocsp-proxy.vim
Normal file
9
syntax/modules/ocsp-proxy.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" OCSP Proxy Module <https://github.com/kyprizel/nginx_ocsp_proxy-module>
|
||||
" Nginx OCSP processing module designed for response caching
|
||||
syn keyword ngxDirectiveThirdParty ocsp_proxy
|
||||
syn keyword ngxDirectiveThirdParty ocsp_cache_timeout
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user