summaryrefslogtreecommitdiffstats
path: root/syntax/modules/php-session.vim
blob: fd1a05f649ef8e1d4514afa1a449409dc5994f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" PHP Session Module <https://github.com/replay/ngx_http_php_session>
" Nginx module to parse php sessions 
syn keyword ngxDirectiveThirdParty php_session_parse
syn keyword ngxDirectiveThirdParty php_session_strip_formatting


endif