summaryrefslogtreecommitdiffstats
path: root/syntax/modules/events.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/events.vim')
-rw-r--r--syntax/modules/events.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/events.vim b/syntax/modules/events.vim
deleted file mode 100644
index d6d1ca97..00000000
--- a/syntax/modules/events.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-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 ngxDirectiveDeprecated on_start
-syn keyword ngxDirectiveDeprecated on_stop
-
-
-endif