mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Update
This commit is contained in:
@@ -2,11 +2,11 @@ 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 ngxDirectiveThirdParty push_buffer_size
|
||||
syn keyword ngxDirectiveThirdParty push_listener
|
||||
syn keyword ngxDirectiveThirdParty push_message_timeout
|
||||
syn keyword ngxDirectiveThirdParty push_queue_messages
|
||||
syn keyword ngxDirectiveThirdParty push_sender
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user