vim-polyglot/syntax/modules/php-session.vim

10 lines
314 B
VimL
Raw Normal View History

2016-12-20 14:57:20 -05:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" PHP Session Module <https://github.com/replay/ngx_http_php_session>
2017-02-02 15:16:29 -05:00
" Nginx module to parse php sessions
2016-12-20 14:57:20 -05:00
syn keyword ngxDirectiveThirdParty php_session_parse
syn keyword ngxDirectiveThirdParty php_session_strip_formatting
endif