blob: 358d0682dcd9a690569465386fb128686cbf0a4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|