11 lines
341 B
VimL
11 lines
341 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" Akamai G2O Module <https://github.com/kaltura/nginx_mod_akamai_g2o>
|
|
" Nginx Module for Authenticating Akamai G2O requests
|
|
syn keyword ngxDirectiveThirdParty g2o
|
|
syn keyword ngxDirectiveThirdParty g2o_nonce
|
|
syn keyword ngxDirectiveThirdParty g2o_key
|
|
|
|
|
|
endif
|