summaryrefslogtreecommitdiffstats
path: root/syntax/modules/statsd.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/statsd.vim')
-rw-r--r--syntax/modules/statsd.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax/modules/statsd.vim b/syntax/modules/statsd.vim
deleted file mode 100644
index 358d0682..00000000
--- a/syntax/modules/statsd.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Statsd Module <https://github.com/zebrafishlabs/nginx-statsd>
-" An nginx module for sending statistics to statsd
-syn keyword ngxDirectiveThirdParty statsd_server
-syn keyword ngxDirectiveThirdParty statsd_sample_rate
-syn keyword ngxDirectiveThirdParty statsd_count
-syn keyword ngxDirectiveThirdParty statsd_timing
-
-
-endif