2016-12-20 14:57:20 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" Events Module (DEPRECATED) <http://docs.dutov.org/nginx_modules_events_en.html>
|
|
|
|
" Provides options for start/stop events.
|
2017-02-02 15:16:29 -05:00
|
|
|
syn keyword ngxDirectiveDeprecated on_start
|
|
|
|
syn keyword ngxDirectiveDeprecated on_stop
|
2016-12-20 14:57:20 -05:00
|
|
|
|
|
|
|
|
|
|
|
endif
|