summaryrefslogblamecommitdiffstats
path: root/syntax/modules/http-push.vim
blob: f9f5062f329460efb28975472c9f11b5f78b93ce (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                              




                                                       


     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" HTTP Push Module (DEPRECATED) <http://pushmodule.slact.net/>
" Turn Nginx into an adept long-polling HTTP Push (Comet) server.
syn keyword ngxDirectiveDeprecated push_buffer_size
syn keyword ngxDirectiveDeprecated push_listener
syn keyword ngxDirectiveDeprecated push_message_timeout
syn keyword ngxDirectiveDeprecated push_queue_messages
syn keyword ngxDirectiveDeprecated push_sender


endif