summaryrefslogblamecommitdiffstats
path: root/syntax/modules/sflow.vim
blob: 21d66e9a2069f0739bc2134a5e86902aec57f2b2 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                                        
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" SFlow Module <https://github.com/sflow/nginx-sflow-module>
" A binary, random-sampling nginx module designed for: lightweight, centralized, continuous, real-time monitoring of very large and very busy web farms.
syn keyword ngxDirectiveThirdParty sflow


endif