summaryrefslogblamecommitdiffstats
path: root/syntax/modules/encrypted-session.vim
blob: 17e98d95c359e371c5aa6e7ea246dabc31f8015b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                        
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Encrypted Session Module <https://github.com/openresty/encrypted-session-nginx-module>
" Encrypt and decrypt nginx variable values
syn keyword ngxDirectiveThirdParty encrypted_session_key
syn keyword ngxDirectiveThirdParty encrypted_session_iv
syn keyword ngxDirectiveThirdParty encrypted_session_expires
syn keyword ngxDirectiveThirdParty set_encrypt_session
syn keyword ngxDirectiveThirdParty set_decrypt_session


endif