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/php-session.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 syntax/modules/php-session.vim (limited to 'syntax/modules/php-session.vim') diff --git a/syntax/modules/php-session.vim b/syntax/modules/php-session.vim new file mode 100644 index 00000000..fd1a05f6 --- /dev/null +++ b/syntax/modules/php-session.vim @@ -0,0 +1,9 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" PHP Session Module +" Nginx module to parse php sessions +syn keyword ngxDirectiveThirdParty php_session_parse +syn keyword ngxDirectiveThirdParty php_session_strip_formatting + + +endif -- cgit v1.2.3