summaryrefslogtreecommitdiffstats
path: root/syntax/modules/openssl-version.vim
blob: cf86d36d6b11b751a214a3df32eb985a70f73c2f (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