blob: b65ec1d91a06ff64ac96ecb39cd456f08e136150 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" GridFS Module <https://github.com/mdirolf/nginx-gridfs>
" Nginx module for serving files from MongoDB's GridFS
syn keyword ngxDirectiveThirdParty gridfs
endif
|