From e404a658b1647fad396a954776eda0bdabf8353c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 20 Dec 2016 20:57:20 +0100 Subject: Update --- syntax/modules/encrypted-session.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 syntax/modules/encrypted-session.vim (limited to 'syntax/modules/encrypted-session.vim') diff --git a/syntax/modules/encrypted-session.vim b/syntax/modules/encrypted-session.vim new file mode 100644 index 00000000..1450ec11 --- /dev/null +++ b/syntax/modules/encrypted-session.vim @@ -0,0 +1,13 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" Encrypted Session 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 -- cgit v1.2.3