vim-polyglot/syntax/modules/md5-filter.vim
Adam Stankiewicz e685e4b431
Update
2017-02-02 21:16:29 +01:00

9 lines
295 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" MD5 Filter Module <https://github.com/kainswor/nginx_md5_filter>
" A content filter for nginx, which returns the md5 hash of the content otherwise returned.
syn keyword ngxDirectiveThirdParty md5_filter
endif