mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
11
syntax/modules/mod-security.vim
Normal file
11
syntax/modules/mod-security.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Mod Security Module <https://github.com/SpiderLabs/ModSecurity>
|
||||
" ModSecurity is an open source, cross platform web application firewall (WAF) engine
|
||||
syn keyword ngxDirectiveThirdParty ModSecurityConfig
|
||||
syn keyword ngxDirectiveThirdParty ModSecurityEnabled
|
||||
syn keyword ngxDirectiveThirdParty pool_context
|
||||
syn keyword ngxDirectiveThirdParty pool_context_hash_size
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user