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