mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Update
This commit is contained in:
9
syntax/modules/openssl-version.vim
Normal file
9
syntax/modules/openssl-version.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user