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