mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Update
This commit is contained in:
8
syntax/modules/ip-blocker.vim
Normal file
8
syntax/modules/ip-blocker.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" IP Blocker Module <https://github.com/tmthrgd/nginx-ip-blocker>
|
||||
" An efficient shared memory IP blocking system for nginx.
|
||||
syn keyword ngxDirectiveThirdParty ip_blocker
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user