mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Update
This commit is contained in:
11
syntax/modules/statsd.vim
Normal file
11
syntax/modules/statsd.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user