blob: aceb3a25597bff68d7e414f69b3c37f47792a074 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Strip Module <https://github.com/evanmiller/mod_strip>
" Whitespace remover.
syn keyword ngxDirectiveThirdParty strip
endif
|