vim-polyglot/syntax/modules/gridfs.vim

9 lines
245 B
VimL
Raw Normal View History

2016-12-20 14:57:20 -05:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" GridFS Module <https://github.com/mdirolf/nginx-gridfs>
2017-02-02 15:16:29 -05:00
" Nginx module for serving files from MongoDB's GridFS
2016-12-20 14:57:20 -05:00
syn keyword ngxDirectiveThirdParty gridfs
endif