blob: 100f6ab93cf030260e362ef68f0f3e0296d627d0 (
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
 |