diff options
Diffstat (limited to 'syntax/modules/http-push.vim')
-rw-r--r-- | syntax/modules/http-push.vim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/syntax/modules/http-push.vim b/syntax/modules/http-push.vim index d53ad5e1..f9f5062f 100644 --- a/syntax/modules/http-push.vim +++ b/syntax/modules/http-push.vim @@ -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 |