blob: 58caffd2001257082bfa7b16b7a2fe7a8d0d44c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" OpenSSL Version Module <https://github.com/apcera/nginx-openssl-version>
" Nginx OpenSSL version check at startup
syn keyword ngxDirectiveThirdParty openssl_version_minimum
syn keyword ngxDirectiveThirdParty openssl_builddate_minimum
endif
|