diff options
Diffstat (limited to 'syntax/modules/events.vim')
-rw-r--r-- | syntax/modules/events.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/modules/events.vim b/syntax/modules/events.vim index 56578406..d6d1ca97 100644 --- a/syntax/modules/events.vim +++ b/syntax/modules/events.vim @@ -2,8 +2,8 @@ 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. -syn keyword ngxDirectiveThirdParty on_start -syn keyword ngxDirectiveThirdParty on_stop +syn keyword ngxDirectiveDeprecated on_start +syn keyword ngxDirectiveDeprecated on_stop endif |